Package com.spotfire.server.userdir
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
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 Summary
ConstructorsConstructorDescriptionDeprecated.This class should not be instantiated by users of the API.UserDirectoryException
(String message) Deprecated.This class should not be instantiated by users of the API.UserDirectoryException
(String message, Throwable cause) Deprecated.This class should not be instantiated by users of the API.UserDirectoryException
(Throwable cause) Deprecated.This class should not be instantiated by users of the API. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
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.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.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 messagecause
- the cause of the exception- Since:
- 3.0
-
UserDirectoryException
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
-