public class InternalServiceException extends ADEPT2ServiceException
| Modifier | Constructor and Description |
|---|---|
protected |
InternalServiceException()
Create a new exception without any data.
|
|
InternalServiceException(java.lang.String message)
Create a new exception with a message.
|
|
InternalServiceException(java.lang.String message,
java.lang.Throwable cause)
Create a new exception with a message and a cause.
|
protected |
InternalServiceException(java.lang.Throwable cause)
Create a new exception with the designated cause.
|
protected InternalServiceException()
protected InternalServiceException(java.lang.Throwable cause)
cause - public InternalServiceException(java.lang.String message,
java.lang.Throwable cause)
message - cause - public InternalServiceException(java.lang.String message)
message -