Uses of Class
org.exoplatform.social.core.storage.SpaceStorageException.Type
-
Packages that use SpaceStorageException.Type Package Description org.exoplatform.social.core.storage -
-
Uses of SpaceStorageException.Type in org.exoplatform.social.core.storage
Methods in org.exoplatform.social.core.storage that return SpaceStorageException.Type Modifier and Type Method Description static SpaceStorageException.TypeSpaceStorageException.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SpaceStorageException.Type[]SpaceStorageException.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.exoplatform.social.core.storage with parameters of type SpaceStorageException.Type Constructor Description SpaceStorageException(SpaceStorageException.Type type)The 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.
-