Uses of Package
org.ogf.saga.error

Packages that use org.ogf.saga.error
org.ogf.saga This package contains the base object for almost all SAGA objects. 
org.ogf.saga.attributes There are various places in the SAGA API where attributes need to be associated with objects, for instance for job descriptions and metrics. 
org.ogf.saga.bootstrap This package contains the bootstrap mechanism which connects a SAGA application, written on top of the SAGA Java language bindings, to a specific SAGA implementation. 
org.ogf.saga.buffer This package provides the Buffer interface. 
org.ogf.saga.context This package contains the Context interface, which provides a common interface for storing security information. 
org.ogf.saga.error Each SAGA API call has an associated list of exceptions it may throw, which are described in this package. 
org.ogf.saga.file This package provides classes to manipulate the contents of directories or files. 
org.ogf.saga.isn Provides interfaces to retrieve data from an information model. 
org.ogf.saga.job The job package describes the API for submitting jobs to a grid resource. 
org.ogf.saga.logicalfile This package provides classes to interact with replica systems. 
org.ogf.saga.monitoring The monitoring package defines the Monitorable interface, which must be implemented by monitorable SAGA objects, and also defines the Steerable interface, which extends the monitoring mechanism with the ability to push values back to the monitored entity. 
org.ogf.saga.namespace This package provides classes to manipulate namespaces. 
org.ogf.saga.permissions The permissions package provides the interface Permissions to query and set permissions on Saga objects, such as files or streams. 
org.ogf.saga.rpc The methods of the SAGA RPC package map with the methods as defined in the GridRPC specification, as described in GFD.52, at least semantically, with slight modifications for SAGA look and feel, SAGA error conventions, SAGA task model, et cetera. 
org.ogf.saga.sd This API provides a mechanism to locate services. 
org.ogf.saga.session This package contains the Session interface, which provides a common interface for managing security information (by storing Context objects). 
org.ogf.saga.stream The streams package provides a simple mechanism for setting up connections to remote components. 
org.ogf.saga.task This package provides classes and methods for manipulating tasks and collections of tasks. 
org.ogf.saga.url The methods of the SAGA URL package allow access to the parts of an URL. 
 

Classes in org.ogf.saga.error used by org.ogf.saga
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
 

Classes in org.ogf.saga.error used by org.ogf.saga.attributes
AuthenticationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication.
AuthorizationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization.
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.
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
IncorrectStateException
          This exception indicates that the object on which a method is called is in a state where that method cannot succeed.
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
PermissionDeniedException
          This exception indicates that the identity used for the operation did not have sufficient permissions to perform the operation successfully.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.bootstrap
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
 

Classes in org.ogf.saga.error used by org.ogf.saga.buffer
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.
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
IncorrectStateException
          This exception indicates that the object on which a method is called is in a state where that method cannot succeed.
NoSuccessException
          This exception indicates that an operation failed semantically.
 

Classes in org.ogf.saga.error used by org.ogf.saga.context
IncorrectStateException
          This exception indicates that the object on which a method is called is in a state where that method cannot succeed.
NoSuccessException
          This exception indicates that an operation failed semantically.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.error
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
NoSuccessException
          This exception indicates that an operation failed semantically.
SagaException
          This is the base class for all exceptions in SAGA.
 

Classes in org.ogf.saga.error used by org.ogf.saga.file
AlreadyExistsException
          This exception indicate that an operation cannot succeed because the entity to be created or registered already exists or is already registered.
AuthenticationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication.
AuthorizationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization.
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.
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
IncorrectStateException
          This exception indicates that the object on which a method is called is in a state where that method cannot succeed.
IncorrectURLException
          This exception indicates that a method is given an URL argument that could not be handled.
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
PermissionDeniedException
          This exception indicates that the identity used for the operation did not have sufficient permissions to perform the operation successfully.
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.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.isn
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.
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
 

Classes in org.ogf.saga.error used by org.ogf.saga.job
AuthenticationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication.
AuthorizationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization.
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.
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
IncorrectStateException
          This exception indicates that the object on which a method is called is in a state where that method cannot succeed.
IncorrectURLException
          This exception indicates that a method is given an URL argument that could not be handled.
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
PermissionDeniedException
          This exception indicates that the identity used for the operation did not have sufficient permissions to perform the operation successfully.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.logicalfile
AlreadyExistsException
          This exception indicate that an operation cannot succeed because the entity to be created or registered already exists or is already registered.
AuthenticationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication.
AuthorizationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization.
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.
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
IncorrectStateException
          This exception indicates that the object on which a method is called is in a state where that method cannot succeed.
IncorrectURLException
          This exception indicates that a method is given an URL argument that could not be handled.
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
PermissionDeniedException
          This exception indicates that the identity used for the operation did not have sufficient permissions to perform the operation successfully.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.monitoring
AlreadyExistsException
          This exception indicate that an operation cannot succeed because the entity to be created or registered already exists or is already registered.
AuthenticationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication.
AuthorizationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization.
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.
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
IncorrectStateException
          This exception indicates that the object on which a method is called is in a state where that method cannot succeed.
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
PermissionDeniedException
          This exception indicates that the identity used for the operation did not have sufficient permissions to perform the operation successfully.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.namespace
AlreadyExistsException
          This exception indicate that an operation cannot succeed because the entity to be created or registered already exists or is already registered.
AuthenticationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication.
AuthorizationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization.
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.
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
IncorrectStateException
          This exception indicates that the object on which a method is called is in a state where that method cannot succeed.
IncorrectURLException
          This exception indicates that a method is given an URL argument that could not be handled.
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
PermissionDeniedException
          This exception indicates that the identity used for the operation did not have sufficient permissions to perform the operation successfully.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.permissions
AuthenticationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication.
AuthorizationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization.
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.
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
PermissionDeniedException
          This exception indicates that the identity used for the operation did not have sufficient permissions to perform the operation successfully.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.rpc
AuthenticationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication.
AuthorizationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization.
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.
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
IncorrectStateException
          This exception indicates that the object on which a method is called is in a state where that method cannot succeed.
IncorrectURLException
          This exception indicates that a method is given an URL argument that could not be handled.
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
PermissionDeniedException
          This exception indicates that the identity used for the operation did not have sufficient permissions to perform the operation successfully.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.sd
AuthenticationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication.
AuthorizationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization.
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.
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
IncorrectURLException
          This exception indicates that a method is given an URL argument that could not be handled.
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.session
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
NoSuccessException
          This exception indicates that an operation failed semantically.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.stream
AuthenticationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication.
AuthorizationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization.
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.
IncorrectStateException
          This exception indicates that the object on which a method is called is in a state where that method cannot succeed.
IncorrectURLException
          This exception indicates that a method is given an URL argument that could not be handled.
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
PermissionDeniedException
          This exception indicates that the identity used for the operation did not have sufficient permissions to perform the operation successfully.
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.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.task
AlreadyExistsException
          This exception indicate that an operation cannot succeed because the entity to be created or registered already exists or is already registered.
AuthenticationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication.
AuthorizationFailedException
          This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization.
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.
DoesNotExistException
          This exception indicates that an operation cannot succeed because a required entity is missing.
IncorrectStateException
          This exception indicates that the object on which a method is called is in a state where that method cannot succeed.
IncorrectURLException
          This exception indicates that a method is given an URL argument that could not be handled.
NoSuccessException
          This exception indicates that an operation failed semantically.
NotImplementedException
          This exception indicates that a SAGA method is not implemented.
PermissionDeniedException
          This exception indicates that the identity used for the operation did not have sufficient permissions to perform the operation successfully.
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.
TimeoutException
          This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
 

Classes in org.ogf.saga.error used by org.ogf.saga.url
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.
NoSuccessException
          This exception indicates that an operation failed semantically.
 



Copyright © 2014 Open Grid Forum. All rights reserved.