public abstract class EntityRTException extends CommonsRTException
UESRuntimeException.E05100| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
SerialVersionUID.
|
| Modifier | Constructor and Description |
|---|---|
protected |
EntityRTException()
Creates a new instance of EntityRTException.
|
protected |
EntityRTException(ErrorCode aCode,
Creates a new instance of CommonsRTException.
|
addMessages, containsMessages, getErrorCode, getID, getLocalizedMessage, getMessage, getMessages, getSimpleMessage, setIDaCode - 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.