Uses of Class
org.globus.common.ChainedException
-
Packages that use ChainedException Package Description 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. -
-
Uses of ChainedException in org.globus.gram
Subclasses of ChainedException in org.globus.gram Modifier and Type Class Description 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 Modifier and Type Class Description class
UrlCopyException
Encapsulates the exceptions caused by various errors in the url-copy library.
-