Class IdentityStorageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.exoplatform.social.common.ExoSocialException
-
- org.exoplatform.social.core.storage.IdentityStorageException
-
- All Implemented Interfaces:
Serializable
public class IdentityStorageException extends ExoSocialException
Handles Runtime Exception when performing data in Identity Storage.- Since:
- 1.2.0-GA
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentityStorageException.Type
-
Constructor Summary
Constructors 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.
-
Method Summary
-
Methods inherited from class org.exoplatform.social.common.ExoSocialException
getDataInput, getMessageArguments, getMessageKey, setDataInput, setMessageArguments, setMessageKey
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IdentityStorageException
public IdentityStorageException(IdentityStorageException.Type type)
Initializes the IdentityStorageException.- Parameters:
type-
-
IdentityStorageException
public IdentityStorageException(IdentityStorageException.Type type, String msg)
Initializes the IdentityStorageException.- Parameters:
type-msg-
-
IdentityStorageException
public IdentityStorageException(IdentityStorageException.Type type, String[] msgArgs)
Initializes the IdentityStorageException.- Parameters:
type-msgArgs-
-
IdentityStorageException
public IdentityStorageException(IdentityStorageException.Type type, String msg, Throwable cause)
Initializes the IdentityStorageException.- Parameters:
type-msg-cause-
-
IdentityStorageException
public IdentityStorageException(IdentityStorageException.Type type, String[] msgArgs, String msg, Throwable cause)
Initializes the IdentityStorageException.- Parameters:
type-msgArgs-msg-cause-
-
-