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.gsi   
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 package provides a MyProxy client API. 
 

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.gsi
 

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

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