public static enum UESActivityStateTemplateRTException.E10315 extends java.lang.Enum<UESActivityStateTemplateRTException.E10315> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
Invalid main entity.
|
M02
Invalid main entity.
|
M03
Cannot delete the activity state template ({0}).
|
M04
Cannot delete the activity state template ({0}).
|
M05
Cannot delete the activity state template ({0}).
|
M06
Cannot delete the activity state template ({0}).
|
M07
Cannot delete the activity state template ({0}).
|
M08
Cannot delete the activity state template ({0}).
|
M09
Cannot delete the activity state template ({0}).
|
M10
Invalid input parameter code.
|
M11
Cannot set the attribute entryState.
|
M12
Cannot set the attribute exitState.
|
M13
Invalid input parameter iconUri. iconUri must be a valid UES URI of an existing icon.
|
M14
Cannot create a new activity state template because it is not allowed to create a new system state.
|
M15
Cannot create a new activity state template.
|
M16
Invalid main entity.
|
M17
Invalid input parameter participants.
|
M18
Invalid input parameter digitalWorkspaceVisibility.
|
M19
Invalid input parameter participants.
|
M20
Invalid input parameter digitalWorkspaceVisibility.
|
M21
Invalid input parameter participants.
|
M22
Invalid input parameter digitalWorkspaceVisibility.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
msg |
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 UESActivityStateTemplateRTException.E10315 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESActivityStateTemplateRTException.E10315[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESActivityStateTemplateRTException.E10315 c : UESActivityStateTemplateRTException.E10315.values()) System.out.println(c);
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 nullErrorCode
getExceptionClass
in interface ErrorCode
ServiceErrorCode
getMessage
in interface ServiceErrorCode