Enum Class ActivityStorageException.Type
java.lang.Object
java.lang.Enum<ActivityStorageException.Type>
org.exoplatform.social.core.storage.ActivityStorageException.Type
- All Implemented Interfaces:
Serializable,Comparable<ActivityStorageException.Type>,Constable
- Enclosing class:
ActivityStorageException
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiontoString()Returns the enum constant of this class with the specified name.static ActivityStorageException.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ILLEGAL_ARGUMENTS
-
FAILED_TO_SAVE_ACTIVITY
-
FAILED_TO_ATTACH_FILES_TO_ACTIVITY
-
FAILED_TO_GET_ACTIVITY
-
FAILED_TO_UPDATE_ACTIVITY
-
FAILED_TO_DELETE_ACTIVITY
-
FAILED_TO_SAVE_COMMENT
-
FAILED_TO_DELETE_COMMENT
-
FAILED_TO_GET_NUMBER_OF_COMMENTS
-
FAILED_TO_GET_ACTIVITIES
-
FAILED_TO_GET_ACTIVITIES_OF_CONNECTIONS
-
FAILED_TO_GET_ACTIVITIES_OF_CONNECTIONS_WITH_OFFSET_LIMIT
public static final ActivityStorageException.Type FAILED_TO_GET_ACTIVITIES_OF_CONNECTIONS_WITH_OFFSET_LIMIT -
FAILED_TO_GET_NUMBER_OF_ACTIVITIES_OF_CONNECTIONS
-
FAILED_TO_GET_ACTIVITIES_COUNT
-
FAILED_TO_GET_NUMBER_OF_NEWER_ON_ACTIVITIES_OF_CONNECTIONS
public static final ActivityStorageException.Type FAILED_TO_GET_NUMBER_OF_NEWER_ON_ACTIVITIES_OF_CONNECTIONS -
FAILED_TO_GET_NEWER_ON_ACTIVITIES_OF_CONNECTIONS
-
FAILED_TO_GET_OLDER_ON_ACTIVITIES_OF_CONNECTIONS
-
FAILED_TO_GET_NUMBER_OF_OLDER_ON_ACTIVITIES_OF_CONNECTIONS
public static final ActivityStorageException.Type FAILED_TO_GET_NUMBER_OF_OLDER_ON_ACTIVITIES_OF_CONNECTIONS -
FAILED_TO_GET_USER_SPACE_ACTIVITIES_WITH_OFFSET_LIMIT
public static final ActivityStorageException.Type FAILED_TO_GET_USER_SPACE_ACTIVITIES_WITH_OFFSET_LIMIT -
FAILED_TO_GET_NUMBER_OF_USER_SPACE_ACTIVITIES
-
-
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
-
toString
- Overrides:
toStringin classEnum<ActivityStorageException.Type>
-