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