public final class ServiceException extends Exception
| Constructor and Description |
|---|
ServiceException()
Public default constructor.
|
ServiceException(String msg)
Public constructor with message.
|
ServiceException(Throwable throwable)
Public constructor with
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceException()
public ServiceException(Throwable throwable)
Throwable.throwable - the specified throwable objectpublic ServiceException(String msg)
msg - the specified messageCopyright © 2009–2019 B3log. All rights reserved.