public class ServiceException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
ServiceException()
Constructor.
|
ServiceException(Exception wrappedException)
Constructor.
|
ServiceException(String message)
Constructor.
|
ServiceException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public ServiceException()
public ServiceException(@Nullable String message)
message - exception messagepublic ServiceException(@Nullable Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999–2015. All rights reserved.