Uses of Class
org.exoplatform.social.core.storage.RelationshipStorageException.Type
-
Packages that use RelationshipStorageException.Type Package Description org.exoplatform.social.core.storage -
-
Uses of RelationshipStorageException.Type in org.exoplatform.social.core.storage
Methods in org.exoplatform.social.core.storage that return RelationshipStorageException.Type Modifier and Type Method Description static RelationshipStorageException.TypeRelationshipStorageException.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationshipStorageException.Type[]RelationshipStorageException.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.exoplatform.social.core.storage with parameters of type RelationshipStorageException.Type 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
-