Package uk.org.ogsadai.client.toolkit.exception

Exception Summary
ActivityIllegalStateException Exception thrown when a client-side activity is in an illegal state.
ActivityInputConflictException Activity thrown when an activity input is specified as both a literal and a pipe.
ActivityInputsOverspecifiedException Exception thrown when activity inputs are overspecified.
ActivityInputsUnderspecifiedException Exception thrown when activity inputs are underspecified.
ActivityInputUnmatchedListBeginException Exception thrown when a activity input's literal values contain an unmatched list begin marker.
ActivityInputUnmatchedListEndException Exception thrown when a activity input's literal values contain an unmatched list end marker.
ActivityInputUnspecifiedException Exception thrown if an activity input is neither connected to a pipe nor given literal values.
ActivityIOIllegalStateException Abstract base class for activity input and output state exceptions.
ActivityOutputsOverspecifiedException Exception thrown when activity outputs are overspecified.
ActivityOutputsUnderspecifiedException Exception thrown when activity outputs are underspecified.
ActivityOutputUnconnectedException Exception thrown when a required activity output is unconnected.
ActivityOutputUnreadableException Unchecked exception thrown when an activity output is in an unreadable state because it has yet to receive data from the request status.
ActivityUnspecifiedResourceException Exception thrown when the resource an activity should be targeted at is unspecified.
AxisServerCommsException A problem arose in client-server communications.
ClientException An internal client error which has occured on the server-side.
ClientServerCompatibilityException Exception thrown when the server does not behave as the client toolkit expects.
ClientToolkitException Exception thrown if an internal error occurs within the client toolkit.
DAIClassNotFoundException Exception throw when a class specified in a configuration file cannot be found.
DataException Abstract class used to group exceptions that occur when accessing OGSA-DAI data streams.
DataSourceUsageException Exception thrown when an data access method encounters an error while trying to get a data stream from a data source resource.
DataStreamErrorException Exception thrown when a data stream ends with an error.
DataValueParseException Exception thrown when the data value obtain from the server cannot be parsed to the specified type.
DataValueUnknownTypeException Exception thrown when the data value type obtain from the server is unknown to the client toolkit.
DOMParserConfigurationException Exception thrown if there is an error initialising a Server.
IllegalDataSinkStatusException Exception thrown when a string respresenting a data sink status does not contain a legal status value.
IllegalDataSourceStatusException Exception thrown when a string respresenting a data source status does not contain a legal status value.
IllegalRequestExecutionStatusException Exception thrown when a string respresenting a request execution status does not contain a legal status value.
InvalidURIException When the client toolkit was creating URI and URL for intrnal use, a MalformedURLExceoption or MalformedURIException was thrown.
ObjectSerializationException Exception thrown when an object cannot be serialized.
PresentationLayerNotSupportedException Exception thrown if the client toolkit can not communicate withthe server as it does not currently support the server presentation layer.
PropertyNameInvalidException Exception thrown when the server reports that a property name is invalid.
RemoteServerCommsException A problem arose in client-server communications.
RequestActivityInvalidException Class of exceptions thrown if an activity specification within a request is invalid.
RequestCompletedWithErrorException Exception thrown if a request has completed but at least one activity is in error.
RequestErrorException Exception thrown when there the server has reported an error in the request that has prevented the request from commencing execution.
RequestException Class of exceptions thrown when there is an error in a request the prevented its execution or there was an runtime error during execution.
RequestExecutionException Class of exceptions thrown when a request did not complete successfully.
RequestInvalidException Class of exceptions thrown if a request is invalid.
RequestStatusUnknownException Exception thrown when the the user tried to read result data from a request resource before the client side resource proxy as received the final request status form the server.
RequestTerminatedException Exception thrown if a request has been terminated in mid-execution.
ResourceCreationException Exception thrown if a resource cannot be created because the client cannot process a result from the server.
ResourceNotDestroyedException Exception thrown when a resource has not be successfully destroyed.
ResourcePropertyParseException Top level exception for errors that occur when parsing a resource property.
ResourcePropertyValueCountException Exception thrown if the number of resource propery values is not what was expected.
ResourceUnknownException A resource the client attempted to contact is unknown server-side.
ServerCommsException A problem arose in client-server communications.
ServerException An internal server-side error occurred.
ServerFactoryInitialisationException Exception thrown if a problem occurs initialising the ServerFactory
ServerInitialisationException Exception thrown if there is an error initialising a Server.
ServerMessageException Exception that represents a message received from the server.
ServerURLInvalidException Exception thrown if there is an error initialising a Server because the WSDL can not be retrieved.
TerminationTimeChangeRejectedException Exception thrown when an attempt to change the termination time has been rejected.
TimeoutException Exception thrown wben a client toolkit connection to an OGSA-DAI server times out.
UnableToSetTerminationTimeException Exception thrown when an attempt to set the termination time has failed.
UnexpectedDataStreamEndException Exception thrown when a data stream ends unexpectedly.
UnexpectedDataValueException Exception thrown when client side code gets an unexpected data value while reading from an OGSA-DAI data stream.
UnhandledException This is thrown whe the client toolkit does not handle an exception.
UnsupportedPropertyTypeException Exception thrown when a string respresenting a data sink status does not contain a legal status value.