public static enum UESActivityTemplateRTException.E10316 extends java.lang.Enum<UESActivityTemplateRTException.E10316> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
Invalid main entity.
|
M02
Invalid main entity.
|
M03
Invalid main entity.
|
M04
Invalid input parameter code.
|
M05
Invalid main entity.
|
M06
Invalid parameter defaultSubactivityTemplateUri. defaultSubactivityTemplateUri ({0}) must be a valid UES URI
of an existing activity template.
|
M07
Invalid parameter executiveRoleUri. executiveRoleUri must not be null for subactivity templates.
|
M08
Invalid parameter executiveRoleUri. executiveRoleUri ({0}) must be a valid UES URI of an existing role.
|
M09
Invalid input parameter iconUri. iconUri ({0}) must be a valid UES URI of an existing icon.
|
M10
Invalid input parameter relatedObjectUri. relatedObjectUri ({0}) must be a valid UES URI of an existing object.
|
M11
Invalid input parameter expiration.
|
M12
Cannot create/update activity template.
|
M13
Cannot create/update activity template.
|
M14
Cannot create/update activity template.
|
M15
Cannot create/update activity template.
|
M16
Cannot create activity template.
|
M17
Cannot create/update activity template.
|
M18
Invalid parameter defaultSubactivityTemplateUri. defaultSubactivityTemplateUri ({0}) must be a generic activity template
from the same meta artifact as the main entity.
|
M19
Cannot create/update activity template.
|
M20
Cannot delete the activity template ({0}) because it is a generic template.
|
M21
Cannot delete the activity template ({0}).
|
M22
Cannot delete the activity template ({0}).
|
M23
Cannot delete the activity template ({0}).
|
M24
Cannot delete the activity template ({0}).
|
M25
Cannot delete the activity template ({0}).
|
M26
Cannot update activity template.
|
M27
Invalid parameter defaultSubactivityTemplateUri.
|
M28
Invalid parameter executiveRoleUri. executiveRoleUri ({0}) must be from the same territory as the newly
created activity template.
|
M29
Invalid main entity.
|
M30
Invalid parameter notification.
|
M31
Invalid parameter duration.
|
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 UESActivityTemplateRTException.E10316 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESActivityTemplateRTException.E10316[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESActivityTemplateRTException.E10316 c : UESActivityTemplateRTException.E10316.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