public static enum UESArtifactRTException.E10102 extends java.lang.Enum<UESArtifactRTException.E10102> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
Invalid main entity.
|
M02
Invalid parameter metaArtifactUri. metaArtifactUri ({0}) and locationUri must be in the same territory.
|
M03
Invalid parameter code.
|
M04
Invalid input parameter securityLevel.
|
M07
Invalid input parameter metaArtifactUri. metaArtifactUri ({0}) must be a valid UES URI of an existing meta artifact.
|
M08
Invalid parameter competentUri. competentUri must be a valid UES URI of an existing competent role.
|
M09
Invalid parameter competentUri. competentUri and artifactUri must be in the same territory.
|
M10
Cannot create artifact.
|
M11
Invalid parameter competentUri.
|
M12
Cannot create artifact.
|
M13
Cannot create artifact.
|
M14
Invalid parameter competentUri.
|
M15
Cannot create artifact.
|
M18
Input parameter name must be set.
|
M19
Cannot create artifact.
|
M20
Invalid parameter competentUri. competentUri and locationUri must be in the same territory.
|
M21
Invalid input parameter artifactUri. artifactUri must be a valid UES URI of an existing artifact.
|
M22
Cannot set competent role to artifact.
|
M23
Invalid input parameter metaArtifactUri. metaArtifactUri ({0}) must be a valid UES URI of an existing meta artifact for creating
artifact only and not descendants of artifact.
|
M24
Cannot set state, there is no state template of type ({0}) on meta artifact of artifact ({1}).
|
M25
Cannot set state, Activity Template Uri ({0}) must be on meta artifact of artifact ({1}).
|
M26
"Invalid activity template uri.
|
M27
Cannot move artifact {0} to the new location {1}.
|
M28
Cannot move artifact to the new location.
|
M29
Invalid parameter locationUri.
|
M30
"Moving of artifact was not successfull."
|
M31
Cannot delete the artifact.
|
M32
Cannot delete the artifact.
|
M33
Cannot delete the artifact.
|
M34
Cannot delete the artifact.
|
M35
Cannot delete the artifact.
|
M36
Cannot delete the artifact.
|
M37
Cannot delete the object this way.
|
M38
Invalid input parameter artifactUri. artifactUri must be a valid UES URI of an existing artifact.
|
M39
Invalid input parameter securityLevel.
|
M40
Cannot set the layout mode.
|
M41
Cannot set the attribute {0}.
|
M42
Invalid input parameter iconUri. iconUri must be a valid UES URI of an existing icon.
|
M43
Cannot set competent role to artifact.
|
M44
The given main entity has a wrong type.
|
M45
XML parsing error occurred during exporting an artifact {0}.
|
M46
Conversion from type code to UESReferenceType has failed - there's a wrong type saved in the database.
|
M47
The artifact is working on founding its workflow.
|
M49
Invalid JSON format.
|
M50
The meta model cannot be moved neither into itself nor into its subordinate meta models.
|
M51
The meta model cannot be moved outside of its home organizational unit.
|
M52
A meta model cannot be moved outside of the subtree of its root meta model.
|
M53
A root meta model cannot be moved under another meta model.
|
M54
The meta model cannot be moved.
|
M55
Cannot move folder / organizational unit / meta model {0} into the new location {1}.
|
M56
Cannot create a new folder / organizational unit / meta model in the location {0}.
|
M57
The folder {0} cannot be moved.
|
M59
The main entity (artifact) 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.
|
M61
Invalid parameter competentUri.
|
M62
Invalid parameter competentUri.
|
M63
Invalid state template uri.
|
M64
Cannot set state, there is no activity on the meta artifact of the artifact ({1}) that could set the state template ({0}).
|
M65
Cannot set state, State Template Uri ({0}) must be located on the meta artifact of the artifact ({1}).
|
M66
Invalid value of control bar display mode.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
msg |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESArtifactRTException> |
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 UESArtifactRTException.E10102 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESArtifactRTException.E10102[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESArtifactRTException.E10102 c : UESArtifactRTException.E10102.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 nullServiceErrorCode
getMessage
in interface ServiceErrorCode
getExceptionClass
in interface ErrorCode