Uses of Class
org.exoplatform.social.core.storage.IdentityStorageException.Type
-
Packages that use IdentityStorageException.Type Package Description org.exoplatform.social.core.storage -
-
Uses of IdentityStorageException.Type in org.exoplatform.social.core.storage
Methods in org.exoplatform.social.core.storage that return IdentityStorageException.Type Modifier and Type Method Description static IdentityStorageException.TypeIdentityStorageException.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityStorageException.Type[]IdentityStorageException.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 IdentityStorageException.Type Constructor Description IdentityStorageException(IdentityStorageException.Type type)Initializes the IdentityStorageException.IdentityStorageException(IdentityStorageException.Type type, String msg)Initializes the IdentityStorageException.IdentityStorageException(IdentityStorageException.Type type, String[] msgArgs)Initializes the IdentityStorageException.IdentityStorageException(IdentityStorageException.Type type, String[] msgArgs, String msg, Throwable cause)Initializes the IdentityStorageException.IdentityStorageException(IdentityStorageException.Type type, String msg, Throwable cause)Initializes the IdentityStorageException.
-