public class UESTimesheetRTException extends UESTimesheetModuleRTException
| Modifier and Type | Class and Description |
|---|---|
static class |
UESTimesheetRTException.E11000 |
UESRuntimeException.E05100EXCEPTION_SEQ| Constructor and Description |
|---|
UESTimesheetRTException()
Creates a new instance of UESTimesheetRTException.
|
UESTimesheetRTException(ErrorCode code,
java.lang.String defaultMessage,
java.lang.Exception cause,
java.lang.Object... parameters)
Creates a new instance of UESTimesheetRTException.
|
UESTimesheetRTException(UESTimesheetRTException.E11000 code,
java.lang.Exception cause,
java.lang.Object... parameters)
Creates a new instance of UESTimesheetRTException.
|
UESTimesheetRTException(UESTimesheetRTException.E11000 code,
java.lang.Object... parameters)
Creates a new instance of UESTimesheetRTException.
|
isDefaultMessage, setDefaultMessageaddMessages, containsMessages, getErrorCode, getID, getLocalizedMessage, getMessage, getMessages, getSimpleMessage, setIDpublic UESTimesheetRTException()
public UESTimesheetRTException(ErrorCode code, java.lang.String defaultMessage, java.lang.Exception cause, java.lang.Object... parameters)
code - defaultMessage - cause - parameters - public UESTimesheetRTException(UESTimesheetRTException.E11000 code, java.lang.Exception cause, java.lang.Object... parameters)
code - cause - parameters - public UESTimesheetRTException(UESTimesheetRTException.E11000 code, java.lang.Object... parameters)
code - parameters -