public static enum UESMailValidationRTException.E1D001 extends java.lang.Enum<UESMailValidationRTException.E1D001> implements ErrorCode
Enum Constant and Description |
---|
M00
Reserved.
|
M01
DTO with attributes for creating artifact from email is required.
|
M02
Attribute competentRoleUri for creating artifact from email is required.
|
M03
When taskRolesUris has values, then taskName is required.
|
M04
Attribute taskName is in bad format.
|
M05
Attribute taskDescription is in bad format.
|
M06
When messageRolesUris has values, then messageName is required.
|
M07
Attribute messageName is in bad format.
|
M08
Attribute messageDescription is in bad format.
|
M09
Some attribute of emailKeyFrom, emailKeySubject, emailKeyDate or emailKeyMessageId must be set.
|
M10
DTO with attributes for getting a mail roles list is required.
|
M11
Attribute code for getting a mail roles list is in bad format.
|
M12
Attribute name for getting a mail roles list is in bad format.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESMailValidationRTException.E1D001 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESMailValidationRTException.E1D001[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESMailValidationRTException.E1D001 c : UESMailValidationRTException.E1D001.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 nullgetExceptionClass
in interface ErrorCode