Package net.bluemind.core.api.fault
Enum Class ErrorCode
- All Implemented Interfaces:
Serializable
,Comparable<ErrorCode>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionBJR(50)BJR(4)Child group must existBJR(51)BJR(5)BJR(30)BJR(23)BJR(45)BJR(9)BJR(10)BJR(53)BJR(xx) Autres erreurs improbables (default values not null set to null)BJR(46)BJR(14)BJR(19)BJR(12)No policy is defined on the queried entityBJR(21)Thrown when trying to make an internal server a relay, or the other way around.BJR(24)BJR(17)BJR(40)Thrown when linkin a mailshare to a group is not allowedBJR(8)BJR(16)BJR(31)BJR(6)Invalid queryBJR(74)XML received from client is either invalid or not as expectedBJR(38)Sent when the live logs of a finished jobs are requestedBJR(7)BJR(25)A group is linked to a mailshareFailure on Cyrus rename commandBJR(46)BJR(46)BJR(46)BJR(29)BJR(34)BJR(33)BJR(20)GENERAL PURPOSE ERRORSBJR(11)sent when listing ids in a container with the wrong container version -
Method Summary
-
Enum Constant Details
-
UNKNOWN
GENERAL PURPOSE ERRORS -
PERMISSION_DENIED
-
FAILURE
-
INVALID_ID
-
INVALID_PARAMETER
-
AUTHENTICATION_FAIL
-
SQL_ERROR
-
NOT_FOUND
-
ALREADY_EXISTS
-
FORBIDDEN
-
ENTITY_TOO_LARGE
-
INVALID_QUERY
Invalid query -
INVALID_XML_RECEIVED
XML received from client is either invalid or not as expected -
CHILD_GROUP_MUST_EXIST
Child group must exist -
CANT_DELETE_MYSELF
BJR(4) -
DELEGATION_RESTRICTION
BJR(5) -
INVALID_PASSWORD
BJR(6) -
LOGIN_ALREADY_USED
BJR(7) -
INVALID_LOGIN
BJR(8) -
EMPTY_LASTNAME
BJR(9) -
EMPTY_VACATION_MESSAGE
BJR(10) -
VACATION_WITHOUT_MAILBOX
BJR(11) -
FORWARDING_WITHOUT_MAILBOX
BJR(12) -
FORWARDING_INVALID_EMAIL
BJR(14) -
INVALID_MAIL_SERVER
BJR(16) -
INVALID_GROUP_NAME
BJR(17) -
FORWARDING_TO_OWN_MAILBOX
BJR(19) -
SAME_PARENT_AND_CHILD_GROUP
BJR(20) -
INCLUSION_GROUP_LOOP
BJR(21) -
EMAIL_ALREADY_USED
BJR(23) -
INVALID_EMAIL
BJR(24) -
MAIL_QUOTA_OVER_DOMAIN_LIMIT
BJR(25) -
NOT_GLOBAL_ADMIN
BJR(29) -
DOMAIN_NAME_ALREADY_USED
BJR(30) -
INVALID_MAILSHARE_NAME
BJR(31) -
INVALID_RESOURCE_NAME
BJR(74) -
OLD_PASSWORD_WRONG
BJR(33) -
OLD_PASSWORD_SAME_AS_NEW
BJR(34) -
IP_ADDRESS_ALREADY_USED
BJR(38) -
MBOX_RENAME_FAILED
Failure on Cyrus rename command -
INVALID_HOST_NAME
BJR(40) -
EMPTY_EVENT_TITLE
BJR(45) -
NO_DURATION_EVENT
BJR(46) -
NO_EVENT_DATE
BJR(46) -
NO_EVENT_TYPE
BJR(46) -
EVENT_PRIVACY_INVALID
BJR(46) -
EVENT_ERROR
BJR(xx) Autres erreurs improbables (default values not null set to null) -
CALENDAR_AUTHORISATION_ERROR
BJR(50) -
CONTACT_DOMAIN_FORBIDDEN
BJR(51) -
EVENT_ENDREPEAT_PRIOR_TO_EVENT_DATE
BJR(53) -
INVALID_DOMAIN_NAME
-
GROUP_NAME_ALREADY_USED
-
INVALID_VACATION_RANGE
-
EMPTY_DLIST_LABEL
-
EMPTY_DLIST_FOLDER
-
DLIST_LOOP
-
CANT_UPDATE_ACL_IMPLICIT_RIGHTS
-
USER_SPLIT_REQUIRES_SPLIT_DOMAIN
-
SLAVE_RELAY_REQUIRES_SPLIT_DOMAIN
-
INVALID_USER_LDAP_FILTER
-
SEC_GROUP_RM
-
NOT_IN_GLOBAL_DOMAIN
-
NO_BACKUP_SERVER_FOUND
-
OPERATION_ALREADY_RUNNING
-
INVALID_AD_HOST_NAME
-
JOB_FINISHED
Sent when the live logs of a finished jobs are requested -
INVALID_LICENSE
-
HSM_MISSING_POLICY
No policy is defined on the queried entity -
INCOMPATIBLE_SMTP_TAGS
Thrown when trying to make an internal server a relay, or the other way around. -
INVALID_MAILBOX_NAME
-
TAG_ALREADY_EXIST
-
INVALID_LINKED_MAILSHARE
Thrown when linkin a mailshare to a group is not allowed -
MAILSHARE_GROUP_LINKED
A group is linked to a mailshare -
SERVER_NOT_FOUND
-
DEPRECATED
-
INVALID_GROUP_MEMBER
-
EMPTY_EVENT_ATTACHMENT_VALUE
-
TIMEOUT
-
VERSION_HAS_CHANGED
sent when listing ids in a container with the wrong container version -
MULTIPLE_EVENT_COUNTERS
-
EVENT_ACCEPTS_NO_COUNTERS
-
EVENT_WEEKDAY_INVALID
-
EVENT_DUPLICATED_RECURID
-
MAX_ITEM_COUNT
-
INVALID_PEM_CERTIFICATE
-
INVALID_AUTH_PARAMETER
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-