Uses of Class
com.spotfire.server.NestedRuntimeException

Packages that use NestedRuntimeException
com.spotfire.server.userdir Package containing API for modifying users and groups in the server. 
 

Uses of NestedRuntimeException in com.spotfire.server.userdir
 

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.
 



Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.