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
public class RelationshipStorageException extends ExoSocialException
- Since:
- Nov 25, 2010
- Author:
- tuan_nguyenxuan
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelationshipStorageException.Type
-
Constructor Summary
Constructors Constructor Description RelationshipStorageException(RelationshipStorageException.Type type)Initializes 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 RelationshipStorageExceptionRelationshipStorageException(RelationshipStorageException.Type type, Throwable cause)Initializes the RelationshipStorageException
-
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
-
RelationshipStorageException
public RelationshipStorageException(RelationshipStorageException.Type type)
Initializes the RelationshipStorageException- Parameters:
type-
-
RelationshipStorageException
public RelationshipStorageException(RelationshipStorageException.Type type, Throwable cause)
Initializes the RelationshipStorageException- Parameters:
type-cause-
-
RelationshipStorageException
public RelationshipStorageException(RelationshipStorageException.Type type, String... messageArguments)
Initializes the RelationshipStorageException- Parameters:
type-messageArguments-
-
RelationshipStorageException
public RelationshipStorageException(RelationshipStorageException.Type type, String message)
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-
-
-