public static enum UESTimesheetRTException.E11000 extends java.lang.Enum<UESTimesheetRTException.E11000> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Reserved
|
M01
Invalid main entity type - it must be instance of role.
|
M02
Parameter criteria is null.
|
M03
Parameter timeMin is null.
|
M04
Parameter timeMax is null.
|
M05
Parameter subordinateRoleUri must be of type role
|
M06
Returned result list exceed limit 1000 items, please write more restricting conditions.
|
M07
Subordinate role uri must be in same territory as main entity.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
java.lang.String |
getMessage()
Gets a message related to the error code.
|
static UESTimesheetRTException.E11000 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESTimesheetRTException.E11000[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UESTimesheetRTException.E11000 M00
public static final UESTimesheetRTException.E11000 M01
public static final UESTimesheetRTException.E11000 M02
public static final UESTimesheetRTException.E11000 M03
public static final UESTimesheetRTException.E11000 M04
public static final UESTimesheetRTException.E11000 M05
public static final UESTimesheetRTException.E11000 M06
public static final UESTimesheetRTException.E11000 M07
public static UESTimesheetRTException.E11000[] values()
for (UESTimesheetRTException.E11000 c : UESTimesheetRTException.E11000.values()) System.out.println(c);
public static UESTimesheetRTException.E11000 valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.Class<? extends UESRuntimeException> getExceptionClass()
ErrorCode
getExceptionClass
in interface ErrorCode
public java.lang.String getMessage()
ServiceErrorCode
getMessage
in interface ServiceErrorCode