Enum Class SpaceException.Code
- All Implemented Interfaces:
Serializable,Comparable<SpaceException.Code>,Constable
- Enclosing class:
SpaceException
The Enum Code.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe ERRO r_ datastore.The ERRO r_ retrievin g_ membe r_ list.The ERRO r_ retrievin g_ user.The ERRO r_ sendin g_ confirmatio n_ email.The ERRO r_ settin g_ leade r_ status.The INTERNA l_ serve r_ error.INVALID space nameThe SPAC e_ alread y_ exist.User don't have permissionThe UNABL e_ reques t_ t o_ join.The UNABL e_ reques t_ t o_ joi n_ hidden.The UNABL e_ t o_ ad d_ application.The UNABL e_ t o_ ad d_ creator.The UNABL e_ t o_ ad d_ user.The UNABL e_ t o_ crea t_ nav.The UNABL e_ t o_ creat e_ group.The UNABL e_ t o_ creat e_ page.The UNABL e_ t o_ deini t_ app.The UNABL e_ t o_ delet e_ space.The UNABL e_ t o_ ini t_ app.The UNABL e_ t o_ lis t_ availabl e_ applications.The UNABL e_ t o_ remov e_ application.The UNABL e_ t o_ remov e_ application.The UNABL e_ t o_ remov e_ applications.The UNABL e_ t o_ remov e_ group.The UNABL e_ t o_ remov e_ nav.The UNABL e_ t o_ remov e_ user.The UNKNOW n_ spac e_ type.The USE r_ alread y_ invited.The USE r_ alread y_ member.The USE r_ no t_ exist.The USE r_ no t_ invited.The USE r_ no t_ member.The USE r_ onl y_ leader. -
Method Summary
Modifier and TypeMethodDescriptionstatic SpaceException.CodeReturns the enum constant of this class with the specified name.static SpaceException.Code[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INTERNAL_SERVER_ERROR
The INTERNA l_ serve r_ error. -
UNABLE_TO_LIST_AVAILABLE_APPLICATIONS
The UNABL e_ t o_ lis t_ availabl e_ applications. -
UNABLE_TO_ADD_APPLICATION
The UNABL e_ t o_ ad d_ application. -
UNABLE_TO_REMOVE_APPLICATION
The UNABL e_ t o_ remov e_ application. -
UNABLE_TO_RESTORE_APPLICATION_LAYOUT
-
APPLICATION_NOT_FOUND
-
APPLICATION_NOT_FOUND_IN_TEMPLATE
-
UNAUTHORIZED_TO_RENAME_SPACE
-
UNABLE_TO_MOVE_APPLICATION
The UNABL e_ t o_ remov e_ application. -
UNABLE_TO_REMOVE_APPLICATIONS
The UNABL e_ t o_ remov e_ applications. -
UNABLE_TO_CREATE_GROUP
The UNABL e_ t o_ creat e_ group. -
UNABLE_TO_REMOVE_GROUP
The UNABL e_ t o_ remov e_ group. -
UNABLE_TO_CREATE_PAGE
The UNABL e_ t o_ creat e_ page. -
UNABLE_TO_ADD_CREATOR
The UNABL e_ t o_ ad d_ creator. -
UNABLE_TO_REMOVE_USER
The UNABL e_ t o_ remov e_ user. -
USER_ONLY_LEADER
The USE r_ onl y_ leader. -
USER_NOT_MEMBER
The USE r_ no t_ member. -
USER_NOT_INVITED
The USE r_ no t_ invited. -
ERROR_DATASTORE
The ERRO r_ datastore. -
SPACE_ALREADY_EXIST
The SPAC e_ alread y_ exist. -
INVALID_SPACE_NAME
INVALID space name -
SPACE_PERMISSION
User don't have permission -
UNKNOWN_SPACE_TEMPLATE
The UNKNOW n_ spac e_ type. -
UNABLE_TO_CREAT_NAV
The UNABL e_ t o_ crea t_ nav. -
UNABLE_TO_REMOVE_NAV
The UNABL e_ t o_ remov e_ nav. -
UNABLE_TO_ADD_USER
The UNABL e_ t o_ ad d_ user. -
ERROR_RETRIEVING_MEMBER_LIST
The ERRO r_ retrievin g_ membe r_ list. -
ERROR_RETRIEVING_USER
The ERRO r_ retrievin g_ user. -
USER_ALREADY_INVITED
The USE r_ alread y_ invited. -
USER_ALREADY_MEMBER
The USE r_ alread y_ member. -
ERROR_SENDING_CONFIRMATION_EMAIL
The ERRO r_ sendin g_ confirmatio n_ email. -
USER_NOT_EXIST
The USE r_ no t_ exist. -
ERROR_SETTING_LEADER_STATUS
The ERRO r_ settin g_ leade r_ status. -
UNABLE_REQUEST_TO_JOIN
The UNABL e_ reques t_ t o_ join. -
UNABLE_REQUEST_TO_JOIN_HIDDEN
The UNABL e_ reques t_ t o_ joi n_ hidden. -
UNABLE_TO_INIT_APP
The UNABL e_ t o_ ini t_ app. -
UNABLE_TO_DEINIT_APP
The UNABL e_ t o_ deini t_ app. -
UNABLE_TO_DELETE_SPACE
The UNABL e_ t o_ delet e_ space.
-
-
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
-