Class RelationshipStorageException

All Implemented Interfaces:
Serializable

public class RelationshipStorageException extends ExoSocialException
See Also:
  • Constructor Details

    • 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 -