public class SmartActivityException extends Exception
| Constructor and Description |
|---|
SmartActivityException()
Instantiates a new smart activity exception.
|
SmartActivityException(String message)
Instantiates a new smart activity exception.
|
SmartActivityException(String message,
Throwable cause)
Instantiates a new smart activity exception.
|
SmartActivityException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new smart activity exception.
|
SmartActivityException(Throwable cause)
Instantiates a new smart activity exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SmartActivityException()
public SmartActivityException(String message)
message - the messagepublic SmartActivityException(Throwable cause)
cause - the causepublic SmartActivityException(String message, Throwable cause)
message - the messagecause - the causepublic SmartActivityException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack traceCopyright © 2003–2019 eXo Platform SAS. All rights reserved.