Uses of Enum Class
org.exoplatform.social.core.storage.SpaceStorageException.Type
Packages that use SpaceStorageException.Type
-
Uses of SpaceStorageException.Type in org.exoplatform.social.core.storage
Methods in org.exoplatform.social.core.storage that return SpaceStorageException.TypeModifier and TypeMethodDescriptionstatic SpaceStorageException.TypeReturns the enum constant of this class with the specified name.static SpaceStorageException.Type[]SpaceStorageException.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 SpaceStorageException.TypeModifierConstructorDescriptionThe constructor.SpaceStorageException(SpaceStorageException.Type type, String message) The constructor.SpaceStorageException(SpaceStorageException.Type type, String[] messageArguments) The constructor.SpaceStorageException(SpaceStorageException.Type type, String[] messageArguments, String message, Throwable cause) The constructor.SpaceStorageException(SpaceStorageException.Type type, String message, Throwable cause) The constructor.