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
Handles Runtime Exception when performing data in Identity Storage.
- Since:
- 1.2.0-GA
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInitializes 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. -
Method Summary
Methods inherited from class org.exoplatform.social.common.ExoSocialException
getDataInput, getMessageArguments, getMessageKey, setDataInput, setMessageArguments, setMessageKeyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdentityStorageException
Initializes the IdentityStorageException.- Parameters:
type-
-
IdentityStorageException
Initializes the IdentityStorageException.- Parameters:
type-msg-
-
IdentityStorageException
Initializes the IdentityStorageException.- Parameters:
type-msgArgs-
-
IdentityStorageException
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-
-