public class ServiceException extends RuntimeException
| Constructor and Description |
|---|
ServiceException()
Creates an instance.
|
ServiceException(String msg)
Creates an instance with a given message.
|
ServiceException(String msg,
Throwable cause)
Creates an instance with a given message and an underlying cause.
|
ServiceException(Throwable cause)
Creates an instance from an underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceException()
public ServiceException(String msg)
msg - the messagepublic ServiceException(Throwable cause)
cause - the causeCopyright © 2017. All Rights Reserved.