public static enum UESRoleInterfaceRTException.E10B50 extends java.lang.Enum<UESRoleInterfaceRTException.E10B50> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Default message
|
M01
Invalid input parameter metaArtifactUri. metaArtifactUri must be a valid UES URI of an existing meta artifact.
|
M02
Invalid input parameter roleInterfaceUri. roleInterfaceUri must be a valid UES URI of an existing role interface.
|
M03
Invalid input parameter roleUri. roleUri must be a valid UES URI of an existing role.
|
M04
Input parameter searchableInTerritory must be set.
|
M05
Input parameter searchableAcrossTerritories must be set.
|
M06
Cannot create the role interface.
|
M07
User must have greater or same security level then security level of the object
|
M08
Cannot delete the role interface.
|
M09
Cannot delete the role interface.
|
M10
Cannot delete the role interface.
|
M11
Cannot delete the role interface.
|
M12
Cannot delete the role interface.
|
M13
Cannot delete the role.
|
M14
Cannot delete the role.
|
M15
Cannot delete the role.
|
M16
Cannot delete the role.
|
M17
Cannot connect meta artifact which is already connected.
|
M18
Cannot disconnect meta artifact which is not connected.
|
M19
Cannot create role interface in specified location.
|
M20
Invalid input parameter roleInterfaceUri. roleInterfaceUri has to be a valid UES URI of an existing role interface.
|
M21
Invalid input parameter metaArtifactUri.
|
M22
A meta artifact in final or system state cannot be added to the role interface.
|
M23
Invalid main entity.
|
M24
XML parsing error occurred during exporting the role interface {0}.
|
M59
The main entity (role interface) does not have the export data file as an attachment.
|
M60
The zip archive found in the attachment does not contain a single file packed in it.
|
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 UESRoleInterfaceRTException.E10B50 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESRoleInterfaceRTException.E10B50[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESRoleInterfaceRTException.E10B50 c : UESRoleInterfaceRTException.E10B50.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