public class ServiceException extends RuntimeException
| Constructor and Description |
|---|
ServiceException(String message)
Constructor.
|
ServiceException(String message,
Throwable exception)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceException(String message, Throwable exception)
message - the exception messageexception - the underlying exceptionpublic ServiceException(String message)
message - the exception messageCopyright © 2015. All Rights Reserved.