public abstract class ADEPT2ServiceException
extends java.lang.RuntimeException
Note: Do not extend this class, use one of the existing subclasses!
| Modifier | Constructor and Description |
|---|---|
protected |
ADEPT2ServiceException()
Create a new exception without any data.
|
protected |
ADEPT2ServiceException(java.lang.String message)
Create a new exception with a.
|
protected |
ADEPT2ServiceException(java.lang.String message,
java.lang.Throwable cause)
Create a new exception with a message and a cause.
|
protected |
ADEPT2ServiceException(java.lang.Throwable cause)
Create a new exception with the designated cause.
|
protected ADEPT2ServiceException()
protected ADEPT2ServiceException(java.lang.String message,
java.lang.Throwable cause)
message - cause - protected ADEPT2ServiceException(java.lang.Throwable cause)
cause - protected ADEPT2ServiceException(java.lang.String message)
message -