public static enum UESActivityRTException.E10310 extends java.lang.Enum<UESActivityRTException.E10310> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Reserved.
|
M01
Invalid input parameter activityUri. activityUri must be a valid UES URI of an existing activity.
|
M02
Invalid parameter templateUri.
|
M03
Invalid parameter templateUri. templateUri must be a valid UES URI of activity state template.
|
M04
Cannot set state of activity.
|
M05
Either templateUri or activityType must be set.
|
M06
Main entity must be a valid UES URI of an existing artifact or a parent activity where the activity is defined.
|
M07
Invalid input parameter code.
|
M08
Invalid parameter templateUri. templateUri must be a valid UES URIs of activity template.
|
M09
Invalid parameter competentUri.
|
M10
"Main entity {0} must be a valid UES URI of an existing Artifact related to the activity."
|
M11
Invalid input parameter activityUri.
|
M12
Cannot create activity.
|
M13
Cannot create activity.
|
M14
Invalid parameter templateUri. templateUri must be UES URI of activity template on meta artifact {0} of activity artifact.
|
M15
Invalid input parameter isCompetentRoleParticipating. isCompetentRoleParticipating is applicable only for meeting or time reservation
activity types.
|
M17
"Input parameter dateStart must be set."
|
M18
Input parameter dateTo must be set.
|
M19
Deprecated.
Since 7-08 it is allowed to create activity in the future.
|
M20
Cannot create/update activity.
|
M21
Deprecated.
Since 7-08 it is allowed to create activity in the past
|
M22
Invalid input parameter dateStart. dateStart parameter is applicable only for a meeting or a time reservation activity types.
|
M23
Invalid parameter competentUri. competentUri and activity must be in the same territory.
|
M24
Input parameter name must be set.
|
M25
Invalid input parameter blockTimeInCalendar. blockTimeInCalendar is applicable only for a meeting or a time reservation.
|
M26
Invalid input parameter allowSubactivities. allowSubactivities must be true for a meeting or a time reservation.
|
M27
Invalid input parameter allowExecutiveRoleChange. allowExecutiveRoleChange must be true for a meeting or a time reservation activity
types.
|
M28
Operation {"setAttributes"} is not supported for subactivities.
|
M29
Cannot create/update activity.dateTo must be later than the activity creation time.
|
M30
Cannot create/update activity. dateFrom must be earlier than dateStart, which must be earlier than dateTo.
|
M31
Invalid input parameter activityUri.
|
M32
Invalid parameter executiveRoleUris. executiveRoleUris must be a valid UES URIs of existing roles.
|
M33
Invalid parameter executiveRoleUris. executiveRoleUris must be in the same territory as newly created activity.
|
M34
Invalid parameter type (and subtype).
|
M35
Cannot delete activity.
|
M36
Cannot delete activity.
|
M37
Invalid parameter executiveRoleUri.
|
M38
ActivityUri is UESURI of the future activity.
|
M39
Invalid parameter dateFrom.
|
M40
Cannot create/update activity.
|
M41
Cannot create/update activity.
|
M42
Cannot create/update activity.
|
M44
Main entity (parent activity) must have give to create a subactivity.
|
M45
Invalid parameter templateUri. templateUri have give to use for creation of a subactivity.
|
M46
Main entity (parent activity) must be an activity with a state or must have a simple time condition.
|
M47
Invalid parameter parentNodeUri {0}.
|
M48
Main entity (parent activity) must not be finished.
|
M49
Main entity must not be finished.
|
M50
Invalid parameter executiveRoleUri. executiveRoleUri must be a valid UES URI of existing role.
|
M51
Invalid parameter competentRoleUri.
|
M52
Invalid parameter dateFrom. dateFrom cannot be changed at subactivity.
|
M53
Invalid parameter dateFrom. dateFrom can be changed at activity that is in future and has a simple time condition.
|
M54
Invalid parameter dateTo. dateTo must be after creation date ({0}) of artifact to which is activity related.
|
M55
Invalid input parameter activityTemplateUri. activityUri must be a valid UES URI of an existing activity.
|
M56
Invalid input parameter activityTemplateUri. activityUri must be a valid UES URI of an existing activity.
|
M57
Invalid input parameter activityStateCode.
|
M58
Invalid input parameters activityStateType and activityStateSubtypes.
|
M59
Invalid input parameter artifactStateCode.
|
M60
Invalid input parameters artifactStateType and artifactStateSubtype.
|
M61
Cannot find source meta artifact by its uri.
|
M62
Cannot find a generic activity template with type {0} in the database.
|
M63
Export exception - Cannot find an object (BDO) for the parentActivityUri.
|
M64
Export exception - Cannot find an object (BDO) for the executiveRoleUri.
|
M65
The executive role {0} of the activity template {1} is from a different territory than the meta artifact the template is joined to.
|
M66
The queue of activity templates is empty.
|
M67
Problem with creating or configuring components which are used for creation of state templates of a meta artifact.
|
M68
Problem with creating or configuring components which are used for creation of activity state templates of a meta artifact.
|
M69
Cannot find the source template for a state template.
|
M70
Wrong attribute metaArtifactUri - the meta artifact does not exist.
|
M71
Unknown type of activity condition.
|
M72
Invalid parameter objUri. objUri must be a valid UES URI of activity condition stateable object.
|
M73
Invalid parameter stateTemplFromUri. stateTemplFromUri must be a valid UES URI of activity state template.
|
M74
Invalid parameter stateTemplTo. stateTemplTo must be a valid UES URI of activity state template.
|
M75
Composed condition contains condition of unknown type.
|
M76
"Activity template with sysCode \"{0}\" must have exactly one entry state, but contains {1}."
|
M77
Required attributes {0} for meta artifact state templates {1} are not specified in Data File or are not valid.
|
M78
The value of the dateExpiration attribute can be either a Date or \"false\" (in the case of expiration cancellation).
|
M79
Value of attribute dateExpiration has to be after value of attribute dateTo.
|
M80
Cannot create/update activity.
|
M81
Cannot create/update activity.
|
M82
Activity template hasn't allowed the option to be a pattern template of subactivity.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
messsage |
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 UESActivityRTException.E10310 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESActivityRTException.E10310[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESActivityRTException.E10310 c : UESActivityRTException.E10310.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