|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SagaException | |
---|---|
org.ogf.saga.error | Each SAGA API call has an associated list of exceptions it may throw, which are described in this package. |
Uses of SagaException in org.ogf.saga.error |
---|
Subclasses of SagaException in org.ogf.saga.error | |
---|---|
class |
AlreadyExistsException
This exception indicate that an operation cannot succeed because the entity to be created or registered already exists or is already registered. |
class |
AuthenticationFailedException
This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication. |
class |
AuthorizationFailedException
This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization. |
class |
BadParameterException
This exception indicates that one or more of the parameters of an operation are ill-formed, invalid, out of bound, or otherwise not usable. |
class |
DoesNotExistException
This exception indicates that an operation cannot succeed because a required entity is missing. |
class |
IncorrectStateException
This exception indicates that the object on which a method is called is in a state where that method cannot succeed. |
class |
IncorrectURLException
This exception indicates that a method is given an URL argument that could not be handled. |
class |
NoSuccessException
This exception indicates that an operation failed semantically. |
class |
NotImplementedException
This exception indicates that a SAGA method is not implemented. |
class |
PermissionDeniedException
This exception indicates that the identity used for the operation did not have sufficient permissions to perform the operation successfully. |
class |
SagaIOException
This exception is specific to the Java Language Bindings for SAGA, which uses this exception for some methods, instead of returning POSIX error code. |
class |
TimeoutException
This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out. |
Methods in org.ogf.saga.error that return types with arguments of type SagaException | |
---|---|
List<SagaException> |
SagaException.getAllExceptions()
Gets the list of lower-level exceptions. |
Iterator<SagaException> |
SagaException.iterator()
Returns an iterator that iterates over the nested exceptions. |
Methods in org.ogf.saga.error with parameters of type SagaException | |
---|---|
void |
SagaException.addNestedException(SagaException e)
Adds an exception to the list of nested exceptions. |
int |
SagaException.compareTo(SagaException o)
Gives preference to the most specific exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |