Uses of Enum Class
org.exoplatform.social.core.storage.IdentityStorageException.Type
Packages that use IdentityStorageException.Type
-
Uses of IdentityStorageException.Type in org.exoplatform.social.core.storage
Methods in org.exoplatform.social.core.storage that return IdentityStorageException.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IdentityStorageException.Type[]IdentityStorageException.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 IdentityStorageException.TypeModifierConstructorDescriptionInitializes the IdentityStorageException.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.