public class APTModelRTException extends APTRuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
APTModelRTException.E05603
ECODE - The reserved Error codes for this exception.
|
UESRuntimeException.E05100
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
TODO Javadoc for field serialVersionUID.
|
Modifier | Constructor and Description |
---|---|
protected |
APTModelRTException()
Creates a new instance of InvalidOptionsRTException.
|
|
APTModelRTException(APTModelRTException.E05603 aCode,
Creates a new instance of AuthorizationRTException.
|
|
APTModelRTException(APTModelRTException.E05603 aCode,
Creates a new instance of AuthorizationRTException.
|
addMessages, containsMessages, getErrorCode, getID, getLocalizedMessage, getMessage, getMessages, getSimpleMessage, setID
aCode
- The unique code of Exception used for localization of
messages.aDefaultMessage
- The default message used when no localization file
was found.aParameters
- The parameters for message.aCode
- The unique code of Exception used for localization of
messages.aDefaultMessage
- The default message used when no localization file
was found.aParameters
- The parameters for message.aCause
- The exception that cases the original problem.