| Subclasses of NestedRuntimeException in com.spotfire.server.userdir |
class |
NoSuchPrincipalException
This exception is thrown when an operation has been requested
on a principal that does not exist in the user directory. |
class |
PrincipalAlreadyExistsException
This exception is thrown when an attempt has been made to name a principal
with a name that already exists on another principal in the directory. |
class |
ReadOnlyDirectoryException
This exception is thrown when an attempt has been made to modify a directory
where the provider only supports reading. |
class |
UserDirectoryException
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. |