Uses of Enum Class
org.exoplatform.social.core.storage.ActivityStorageException.Type
Packages that use ActivityStorageException.Type
-
Uses of ActivityStorageException.Type in org.exoplatform.social.core.storage
Methods in org.exoplatform.social.core.storage that return ActivityStorageException.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ActivityStorageException.Type[]ActivityStorageException.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.social.core.storage with parameters of type ActivityStorageException.TypeModifierConstructorDescriptionActivityStorageException(ActivityStorageException.Type type, String message) ActivityStorageException(ActivityStorageException.Type type, String[] messageArguments) ActivityStorageException(ActivityStorageException.Type type, String[] messageArguments, String message, Throwable cause) ActivityStorageException(ActivityStorageException.Type type, String message, Throwable cause)