public class ServiceException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
ServiceException()
Constructor.
|
ServiceException(java.lang.Exception wrappedException)
Constructor.
|
ServiceException(java.lang.String message)
Constructor.
|
ServiceException(java.lang.String message,
java.lang.Exception wrappedException)
Constructor.
|
private static final long serialVersionUID
public ServiceException()
public ServiceException(@Nullable
java.lang.String message)
message - exception messagepublic ServiceException(@Nullable
java.lang.Exception wrappedException)
wrappedException - exception to be wrapped by this onepublic ServiceException(@Nullable
java.lang.String message,
@Nullable
java.lang.Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one