@Exported public class ServiceException extends Exception
| Constructor and Description |
|---|
ServiceException()
Calls
Exception.Exception() |
ServiceException(String message)
|
ServiceException(String message,
Throwable cause)
|
ServiceException(Throwable cause)
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceException()
Exception.Exception()public ServiceException(Throwable cause)
cause - a throwable objectpublic ServiceException(String message)
message - a message