Class RelationshipStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exoplatform.social.common.ExoSocialException
org.exoplatform.social.core.storage.RelationshipStorageException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInitializes the RelationshipStorageExceptionRelationshipStorageException(RelationshipStorageException.Type type, String message) Initializes the RelationshipStorageExceptionRelationshipStorageException(RelationshipStorageException.Type type, String... messageArguments) Initializes the RelationshipStorageExceptionRelationshipStorageException(RelationshipStorageException.Type type, String message, Throwable cause) Initializes the RelationshipStorageExceptionRelationshipStorageException(RelationshipStorageException.Type type, String message, Throwable cause, String... messageArguments) Initializes the RelationshipStorageExceptionInitializes the RelationshipStorageException -
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
-
RelationshipStorageException
Initializes the RelationshipStorageException- Parameters:
type-
-
RelationshipStorageException
Initializes the RelationshipStorageException- Parameters:
type-cause-
-
RelationshipStorageException
public RelationshipStorageException(RelationshipStorageException.Type type, String... messageArguments) Initializes the RelationshipStorageException- Parameters:
type-messageArguments-
-
RelationshipStorageException
Initializes the RelationshipStorageException- Parameters:
type-message-
-
RelationshipStorageException
public RelationshipStorageException(RelationshipStorageException.Type type, String message, Throwable cause) Initializes the RelationshipStorageException- Parameters:
type-message-cause-
-
RelationshipStorageException
public RelationshipStorageException(RelationshipStorageException.Type type, String message, Throwable cause, String... messageArguments) Initializes the RelationshipStorageException- Parameters:
type-message-cause-messageArguments-
-