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, toString
public ServiceException(String message, Throwable exception)
message
- the exception messageexception
- the underlying exceptionpublic ServiceException(String message)
message
- the exception messageCopyright © 2018. All Rights Reserved.