Uses of Class org.globus.common.ChainedException (Java Globus API)

Uses of Class
org.globus.common.ChainedException

Packages that use ChainedException
org.globus.gatekeeper   
org.globus.gatekeeper.jobmanager   
org.globus.gram This library is a full implementation of the GRAM client API. 
org.globus.io.urlcopy This library provides a simple API for transferring a file from one location to another. 
org.globus.mds This library provides convenience APIs to access the MDS service. 
org.globus.myproxy This library provides the MyProxy client API in Java. 
org.globus.pkcs11   
org.globus.security This library is a partial implementation of GSI. 
 

Uses of ChainedException in org.globus.gatekeeper
 

Subclasses of ChainedException in org.globus.gatekeeper
 class ServiceException
           
 

Uses of ChainedException in org.globus.gatekeeper.jobmanager
 

Subclasses of ChainedException in org.globus.gatekeeper.jobmanager
 class JobManagerException
           
 

Uses of ChainedException in org.globus.gram
 

Subclasses of ChainedException in org.globus.gram
 class GramException
          This class defeines the Exceptions which are thrown by the various Gram and GramJob methods.
 class WaitingForCommitException
          This class represents a specific type of GramException.
 

Uses of ChainedException in org.globus.io.urlcopy
 

Subclasses of ChainedException in org.globus.io.urlcopy
 class UrlCopyException
          Encapsulates the exceptions caused by various errors in the url-copy library.
 

Uses of ChainedException in org.globus.mds
 

Subclasses of ChainedException in org.globus.mds
 class MDSException
          An Exception class for MDS interactions.
 

Uses of ChainedException in org.globus.myproxy
 

Subclasses of ChainedException in org.globus.myproxy
 class MyProxyException
           
 

Uses of ChainedException in org.globus.pkcs11
 

Subclasses of ChainedException in org.globus.pkcs11
 class PKCS11Exception
          Encapsulates the exceptions caused by various errors in/problems with PKCS11
 

Uses of ChainedException in org.globus.security
 

Subclasses of ChainedException in org.globus.security
 class GlobusProxyException
          Encapsulates the exceptions caused by various errors in/problems with Globus proxies.