public final class UESAsyncCommandExecutorValidationRTException extends UESAsyncCommandExecutorRTException
| Modifier and Type | Class and Description |
|---|---|
static class |
UESAsyncCommandExecutorValidationRTException.E05R04
Error codes of UESAsyncCommandValidationRTException.
|
UESAsyncCommandExecutorRTException.E05R03UESRuntimeException.E05100EXCEPTION_SEQ| Modifier | Constructor and Description |
|---|---|
protected |
UESAsyncCommandExecutorValidationRTException()
Creates new instance of UESAsyncCommandValidationRTException.
|
|
UESAsyncCommandExecutorValidationRTException(UESAsyncCommandExecutorValidationRTException.E05R04 code,
java.lang.String defaultMessage,
java.lang.Exception cause,
java.lang.Object... parameters)
Creates a new instance of UESAsyncCommandValidationRTException.
|
|
UESAsyncCommandExecutorValidationRTException(UESAsyncCommandExecutorValidationRTException.E05R04 code,
java.lang.String defaultMessage,
java.lang.Object... parameters)
Creates a new instance of UESAsyncCommandValidationRTException.
|
addMessages, containsMessages, getErrorCode, getID, getLocalizedMessage, getMessage, getMessages, getSimpleMessage, setIDprotected UESAsyncCommandExecutorValidationRTException()
public UESAsyncCommandExecutorValidationRTException(UESAsyncCommandExecutorValidationRTException.E05R04 code, java.lang.String defaultMessage, java.lang.Object... parameters)
code - Code of exceptiondefaultMessage - Default message of exceptionparameters - Exception message parameterspublic UESAsyncCommandExecutorValidationRTException(UESAsyncCommandExecutorValidationRTException.E05R04 code, java.lang.String defaultMessage, java.lang.Exception cause, java.lang.Object... parameters)
code - Code of exceptiondefaultMessage - Default message of exceptioncause - Inner exceptionparameters - Exception message parameters