Class UserDirectoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spotfire.server.userdir.UserDirectoryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPrimaryGroupException, NoSuchPrincipalException, PrincipalAlreadyExistsException, ReadOnlyDirectoryException

public class UserDirectoryException extends RuntimeException
This exception is thrown when an unexpected error has occurred in the underlying implementation of the user directory, e.g. when a SQLException has been thrown when accessing the database storing the directory.
Since:
3.0
See Also:
  • Constructor Details

    • UserDirectoryException

      @Deprecated public UserDirectoryException()
      Deprecated.
      This class should not be instantiated by users of the API.
      Constructs a UserDirectoryException with no detail message.
      Since:
      3.0
    • UserDirectoryException

      @Deprecated public UserDirectoryException(String message)
      Deprecated.
      This class should not be instantiated by users of the API.
      Constructs a UserDirectoryException with a specified detail message.
      Parameters:
      message - the detail message
      Since:
      3.0
    • UserDirectoryException

      @Deprecated public UserDirectoryException(String message, Throwable cause)
      Deprecated.
      This class should not be instantiated by users of the API.
      Constructs a UserDirectoryException with a specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception
      Since:
      3.0
    • UserDirectoryException

      @Deprecated public UserDirectoryException(Throwable cause)
      Deprecated.
      This class should not be instantiated by users of the API.
      Constructs a UserDirectoryException with a specified cause.
      Parameters:
      cause - the cause of the exception
      Since:
      3.0