|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DAIExceptionInformation | |
uk.org.ogsadai.activity | Contains the core interfaces and classes of the Activity Framework. |
uk.org.ogsadai.activity.delivery | This package provides classes implementing delivery activities. |
uk.org.ogsadai.activity.files | Activities for writing and reading files. |
uk.org.ogsadai.activity.files.regexp | Helper classes for file writing activities. |
uk.org.ogsadai.activity.indexedfiles | Activities for indexing and searching text files using the Apache Lucene search engine. |
uk.org.ogsadai.activity.misc | Contains miscellaneous activity implementations for which no suitable common group exists. |
uk.org.ogsadai.activity.sql.parameters | Helper classes for SQL activities which manage the various input streams for parameters. |
uk.org.ogsadai.activity.transform | Contains activity implementations for transforming data from one format into another. |
uk.org.ogsadai.activity.xmldb.commands | Contains a command interface and various implementations for use by the XML database activities. |
uk.org.ogsadai.client | Provides a collection of command-line OGSA-DAI clients. |
uk.org.ogsadai.client.toolkit.activity | Provides base classes for request componenents and activities. |
uk.org.ogsadai.client.toolkit.activity.delivery | This package provides classes that provide a client-side representation of delivery activities in Java. |
uk.org.ogsadai.client.toolkit.activity.xmldb | Contains the client toolkit activity classes for various XML database activities. |
uk.org.ogsadai.client.toolkit.exception | Classes for exposing faults from OGSA-DAI services as client-side exceptions. |
uk.org.ogsadai.client.toolkit.properties | This package provides classes which act as client-side representations of the properties of data services and data service resources. |
uk.org.ogsadai.client.toolkit.security | Provides client toolkit security related functionality. |
uk.org.ogsadai.client.toolkit.service | This package provides interfaces representing web services and OGSA-DAI data services. |
uk.org.ogsadai.client.toolkit.soap | This package provides classes for invoking operations on web services using SOAP over HTTP via Apache Axis. |
uk.org.ogsadai.common | This package provides a set of common classes and interfaces supporting all the other OGSA-DAI components. |
uk.org.ogsadai.common.files | This package provides a set of common classes for file manipulation. |
uk.org.ogsadai.common.properties | This package provides classes and interfaces provide for the use of properties, both those where the property value is static and those where its value is provided on-demand via callbacks. |
uk.org.ogsadai.common.rolemap | This package provides a set of classes to support the mapping of security credentials to usernames and passwords - role mapping. |
uk.org.ogsadai.common.serializer | This package provides classes and interfaces supporting serialization and deserialization of Java objects into XML via Apache Axis classes. |
uk.org.ogsadai.common.xml | This package provides a set of common classes for XML manipulation. |
uk.org.ogsadai.converters.csv | |
uk.org.ogsadai.converters.databaseschema | |
uk.org.ogsadai.converters.resultset | Contains classes and interfaces for converting SQL result sets into different serialisations. |
uk.org.ogsadai.converters.webrowset |
WebRowSet converter interfaces for converting WebRowSet XML into
java.sql.ResultSet objects. |
uk.org.ogsadai.dataresource | Provides the data service resource layer of OGSA-DAI and also the core data data resource accessors. |
uk.org.ogsadai.engine | Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. |
uk.org.ogsadai.exception | General OGSA-DAI exceptions and error message support. |
uk.org.ogsadai.service | This package provides classes and interfaces relating to data services. |
uk.org.ogsadai.service.authorization | Interfaces and classes to control access to data service resources and activities. |
uk.org.ogsadai.service.resource | This package provides classes and interfaces relating to data service resources. |
uk.org.ogsadai.service.resource.factory | Provides functionality to dynamically create new data service resources from activities. |
uk.org.ogsadai.service.wsrf.properties | This package provides classes that support the wrapping of OGSA-DAI data service resource properties in a form compatible with Globus Toolkit 4.0. |
uk.org.ogsadai.service.wsrf.resource | This package provides classes that support the wrapping of OGSA-DAI data service resources in a form compatible with Globus Toolkit 4.0. |
uk.org.ogsadai.service.wsrf.sgr | This package provides wrapper classes that support the use of Globus Toolkit 4.0 ServiceGroup services and clients. |
uk.org.ogsadai.sessions | Contains the core classes and interfaces used to support sessions. |
Uses of DAIExceptionInformation in uk.org.ogsadai.activity |
Subinterfaces of DAIExceptionInformation in uk.org.ogsadai.activity | |
interface |
ActivityException
A common interface for all exceptions that are related to the creation or processing of individual activities. |
Classes in uk.org.ogsadai.activity that implement DAIExceptionInformation | |
class |
ActivityAuthorizationException
There was an authorization failure during the execution of an activity. |
class |
ActivityConfigurationException
There was a failure during the configuration of a configurable activity. |
class |
ActivityConfigurationPropertyException
There is a problem with an configurable activity configuration property. |
class |
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
class |
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
class |
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
class |
ActivityStreamNotFoundException
An activity stream cannot be accessed. |
class |
ActivityTypesCreationException
There was a failure during the creation of an activity types document from activity configurations. |
class |
AssemblePerformDocumentException
Exception thrown when there is a problem building a Perform document schema from an activity configuration document. |
class |
BufferDataForResponseException
There was a failure when buffering data for a response. |
class |
DuplicateActivityPropertyKeyException
Exception thrown when there is a duplicate key for an activity property. |
class |
DuplicatePipeException
A request contains two or more pipes with the same name. |
class |
InvalidActivityClassException
Exception thrown when an activity implementation class does not derive from a required class or interface. |
class |
PipeAccessException
This runtime exception was introduced to solve the bug that allowed data to be read and written into queuing requests, effectively allowing them to process even though they were still being queued. |
class |
UnsupportedActivityException
Exception thrown when an unsupported activity is encountered. |
Uses of DAIExceptionInformation in uk.org.ogsadai.activity.delivery |
Classes in uk.org.ogsadai.activity.delivery that implement DAIExceptionInformation | |
class |
ServletStreamAccessException
Exception thrown when an attempt is made to access data via a servlet but the service, resource, session or stream is unknown. |
class |
UnknownSMTPHostException
SMTP host is unknown or cannot be contacted. |
Uses of DAIExceptionInformation in uk.org.ogsadai.activity.files |
Classes in uk.org.ogsadai.activity.files that implement DAIExceptionInformation | |
class |
FileMatchExpressionException
An exception denoting that the user has provided an incorrect file match expression. |
class |
MalformedReplacementStringException
An exception denoting the user's attempt to use a replacement string which contained syntax errors. |
class |
NonIncreasingSequenceException
An exception denoting the user's attempt to use a sequence which is not strictly increasing. |
Uses of DAIExceptionInformation in uk.org.ogsadai.activity.files.regexp |
Classes in uk.org.ogsadai.activity.files.regexp that implement DAIExceptionInformation | |
class |
MalformedRegexpPatternException
Malformed regular expression pattern. |
class |
UnsupportedRegexpPatternFormatException
Unsupported regular expression pattern format. |
Uses of DAIExceptionInformation in uk.org.ogsadai.activity.indexedfiles |
Classes in uk.org.ogsadai.activity.indexedfiles that implement DAIExceptionInformation | |
class |
IllegalIndexedFileQueryException
A given indexed file query is illegal. |
class |
NoAnalyzerException
There is no file analyzer for a file of a specific type. |
class |
NoIndexerException
There is no file indexer for a file of a specific type. |
Uses of DAIExceptionInformation in uk.org.ogsadai.activity.misc |
Classes in uk.org.ogsadai.activity.misc that implement DAIExceptionInformation | |
class |
DataStoreXMLTextException
The data store activity was given text data that was an XML fragment. |
Uses of DAIExceptionInformation in uk.org.ogsadai.activity.sql.parameters |
Classes in uk.org.ogsadai.activity.sql.parameters that implement DAIExceptionInformation | |
class |
MissingParametersException
Exception thrown when a value for a parameter in a parameterised SQL statement has not been provided. |
class |
ParameterAccessException
Exception thrown when a problem arises when accessing the value of a parameter in a parameterised SQL statement. |
class |
ParameterDuplicationException
Two values were provided for the same parameter in a request. |
class |
ParameterSetupException
Exception thrown when a problem arises when setting the value of a parameter in a parameterised SQL statement. |
class |
ParametersUnsupportedException
Exception thrown when SQL parameters are unsupported. |
Uses of DAIExceptionInformation in uk.org.ogsadai.activity.transform |
Classes in uk.org.ogsadai.activity.transform that implement DAIExceptionInformation | |
class |
BlockAggregatorSizeException
The blockAggregator activity was given a size attribute with an incorrect value. |
class |
IllegalDelimiterException
An illegal delimiter was provided. |
class |
MissingXSLTException
The xslTransform activity was not given an XSLT transform either inline or via an activity input. |
class |
ZIPArchiveCommentLengthException
The zipArchive activity was given a comment with an incorrect length. |
Uses of DAIExceptionInformation in uk.org.ogsadai.activity.xmldb.commands |
Classes in uk.org.ogsadai.activity.xmldb.commands that implement DAIExceptionInformation | |
class |
XMLDBCommandCreationException
Raised when an XMLDB command factory experiences problems when creating a command. |
class |
XMLDBCommandExecutionException
Raised when an XMLDB command experiences problems when executing an XMLDB command. |
class |
XMLDBCommandSpecificationException
Raised when there is a problem in the settings of an XMLDB command as provided by a client. |
class |
XMLDBCreateCollectionException
Raised when an XMLDB collection cannot be created. |
class |
XMLDBCreateResourceException
Raised when an XMLDB resource cannot be created. |
class |
XMLDBListCollectionsException
Raised when the collections of an XMLDB collection cannot be listed. |
class |
XMLDBListResourcesException
Raised when the resources of an XMLDB collection cannot be listed. |
class |
XMLDBRemoveCollectionException
Raised when an XMLDB collection cannot be removed. |
class |
XMLDBRemoveResourceException
Raised when an XMLDB resource cannot be removed. |
class |
XMLDBStreamNotFoundException
An XMLDB command context stream cannot be accessed. |
class |
XMLDBUnsupportedCommandException
Raised when an unsupported command is provided to an XMLDB command factory. |
Uses of DAIExceptionInformation in uk.org.ogsadai.client |
Classes in uk.org.ogsadai.client that implement DAIExceptionInformation | |
class |
CoGUtilAccessException
A problem arose when accessing Java CoG utilities. |
Uses of DAIExceptionInformation in uk.org.ogsadai.client.toolkit.activity |
Classes in uk.org.ogsadai.client.toolkit.activity that implement DAIExceptionInformation | |
class |
NoActivityOutputException
Exception thrown when an attempt is made to access the data from an activity output when there is no data to be accessed. |
Uses of DAIExceptionInformation in uk.org.ogsadai.client.toolkit.activity.delivery |
Classes in uk.org.ogsadai.client.toolkit.activity.delivery that implement DAIExceptionInformation | |
class |
StreamDataException
A problem was encountered when streaming data from a service. |
Uses of DAIExceptionInformation in uk.org.ogsadai.client.toolkit.activity.xmldb |
Classes in uk.org.ogsadai.client.toolkit.activity.xmldb that implement DAIExceptionInformation | |
class |
XMLDBResourceException
A problem arose with an XMLDB resource. |
Uses of DAIExceptionInformation in uk.org.ogsadai.client.toolkit.exception |
Classes in uk.org.ogsadai.client.toolkit.exception that implement DAIExceptionInformation | |
class |
AuthorisationException
A server-side authorisation error occurred. |
class |
ClientToolkitException
An internal problem arose in the client toolkit. |
class |
DataFormatException
Data is not in an expected format and a problem was encountered when parsing it. |
class |
DeserializationException
An internal problem arose in the client toolkit when trying to deserialize information from a service. |
class |
PerformDocumentException
An internal problem arose in the client toolkit when trying to construct a Perform document. |
class |
RequestException
There is a problem with the client's request. |
class |
ResourceBusyException
A resource the client attempted to contact is busy server-side. |
class |
ResourcePropertyException
An internal problem arose in the client toolkit when trying to extract a resource property. |
class |
ResourceUnknownException
A resource the client attempted to contact is unknown server-side. |
class |
ResponseDocumentException
An internal problem arose in the client toolkit when trying to construct a Response document. |
class |
ServerException
An internal server-side error occurred. |
class |
ServiceCommsException
A problem arose in client-server communications. |
class |
SOAPAttachmentException
An internal problem arose in the client toolkit when trying to extract SOAP attachments. |
class |
UnknownSessionException
A session in the client's request is unknown to the target data service resource. |
class |
UnknownSessionStreamException
A stream in the client's request is unknown to the session to which the request was directed. |
class |
UnsupportedOperationException
A problem arose in client-server communications due to an operation being unsupported by a service. |
Uses of DAIExceptionInformation in uk.org.ogsadai.client.toolkit.properties |
Classes in uk.org.ogsadai.client.toolkit.properties that implement DAIExceptionInformation | |
class |
RequestStatusException
Exception thrown when the status of a request indicates that the request is not progressing as expected. |
class |
UnknownPropertyException
A property name in a client's request is unknown to the target data service resource. |
class |
UnknownRequestStatusException
An unknown request status was encountered. |
Uses of DAIExceptionInformation in uk.org.ogsadai.client.toolkit.security |
Classes in uk.org.ogsadai.client.toolkit.security that implement DAIExceptionInformation | |
class |
DAICredentialException
Super-class of exceptions thrown when there is a problem with accessing a security credential. |
class |
DAICredentialExtractionException
Exception thrown when a credential cannot be extracted for some reason. |
class |
DAIExpiredCredentialException
Exception thrown when an extracted credential has expired. |
class |
DAIMissingCredentialException
Exception thrown when a credential cannot be found. |
Uses of DAIExceptionInformation in uk.org.ogsadai.client.toolkit.service |
Classes in uk.org.ogsadai.client.toolkit.service that implement DAIExceptionInformation | |
class |
ServiceTypeException
Client toolkit cannot communicate with service as it is either not an OGSA-DAI service or is not implemented in a version of OGSA-DAI compatible with this version of the client toolkit. |
Uses of DAIExceptionInformation in uk.org.ogsadai.client.toolkit.soap |
Classes in uk.org.ogsadai.client.toolkit.soap that implement DAIExceptionInformation | |
class |
CreateDAIFaultException
An internal problem arose in the client toolkit when trying to create an instance of an OGSA-DAI Web service fault class. |
class |
CTkSOAPException
An internal problem arose in the client toolkit when trying to construct a SOAP message. |
class |
MapAxisFaultException
There is no mapping for an Axis fault name to an OGSA-DAI fault class. |
Uses of DAIExceptionInformation in uk.org.ogsadai.common |
Classes in uk.org.ogsadai.common that implement DAIExceptionInformation | |
class |
BlockMakerException
A uk.org.ogsadai.common.BlockMaker encountered a
problem when accessing its blocks. |
class |
DocumentValidationException
Exception raised when some document is deemed to be invalid, for some application-specific reason. |
class |
GridCredentialAccessException
Exception raised when a problem is encountered when trying to access a Grid credential. |
class |
MissingSystemPropertyException
Exception thrown when a value for an OGSA-DAI system property cannot be found. |
class |
NoGridCredentialException
Exception raised when no Grid credential can be found. |
class |
OutOfMemoryException
Risk of a java.lang.OutOfMemory error occurring. |
class |
ReaderClosedException
An attempt was made to access a closed java.io.Reader . |
class |
UnsupportedBlockException
An unsupported block was encountered. |
Uses of DAIExceptionInformation in uk.org.ogsadai.common.files |
Classes in uk.org.ogsadai.common.files that implement DAIExceptionInformation | |
class |
DAIDirectoryFoundException
Exception thrown when a directory is unexpectedly found. |
class |
DAIDirectoryNotDirectoryException
Exception thrown when a specified directory is not actually a directory. |
class |
DAIDirectoryNotFoundException
Exception thrown when a directory cannot be found. |
class |
DAIDirectoryReadException
Exception thrown when a directory cannot be read. |
class |
DAIFileAlreadyExistsException
Exception thrown when a file already exists. |
class |
DAIFileContentError
Exception thrown when there is an error in the expected content of a file. |
class |
DAIFileCreateException
Exception thrown when a file failed to be created. |
class |
DAIFileDeleteException
Exception thrown when a file failed to be deleted. |
class |
DAIFileException
Abstract super-class of all file-related exceptions. |
class |
DAIFileFoundException
Exception thrown when a file is unexpectedly found. |
class |
DAIFileNotFileException
Exception thrown when a specified file is not actually a file. |
class |
DAIFileNotFoundException
Exception thrown when a file cannot be found. |
class |
DAIFileReadIOException
Exception thrown when there is an exception while reading a file. |
class |
DAIFileRenameException
Exception thrown when a file failed to be renamed. |
class |
DAIFileWriteIOException
Exception thrown when there is an exception while writing a file. |
class |
FileLockException
A problem was encountered when trying to lock a file. |
class |
NoExistingFileLockException
A file lock cannot be relinquished as it does not exist. |
Uses of DAIExceptionInformation in uk.org.ogsadai.common.properties |
Classes in uk.org.ogsadai.common.properties that implement DAIExceptionInformation | |
class |
DynamicPropertyCreationException
A dynamic property cannot be created due to problems with its implementation class. |
class |
PropertyImmutableException
Exception raised when an attempt is made to set the value of a property that cannot be updated in this way. |
class |
PropertyValueException
Exception raised when there is a problem accessing a property value. |
Uses of DAIExceptionInformation in uk.org.ogsadai.common.rolemap |
Classes in uk.org.ogsadai.common.rolemap that implement DAIExceptionInformation | |
class |
CryptographyException
Exception thrown when there is an encryption/decryption problem. |
class |
RoleMapAuthorizationException
Authorization exception thrown by role mappers when the user is not authorized. |
class |
RoleMapCannotAuthorizeException
An exception thrown when trying to authorize. |
class |
RoleMapConfigurationException
An exception thrown when trying to configure role maps. |
class |
RoleMapperCreationException
A problem arose when creating a role mapper. |
Uses of DAIExceptionInformation in uk.org.ogsadai.common.serializer |
Classes in uk.org.ogsadai.common.serializer that implement DAIExceptionInformation | |
class |
DAISerializationException
Exception thrown when there is a serialization problem. |
class |
DAIUnregisteredSerializationException
Exception thrown when there is no deserializer for an XML message fragment. |
class |
DAIUnsupportedSerializationException
Exception thrown when the type of an XML message fragment is unsupported. |
Uses of DAIExceptionInformation in uk.org.ogsadai.common.xml |
Classes in uk.org.ogsadai.common.xml that implement DAIExceptionInformation | |
class |
XMLDocumentException
An exception thrown when parsing an XML document including information on the point in the document causing the error. |
class |
XMLEmptyAttributeException
An expected attribute is empty from an element in an XML document. |
class |
XMLEmptyElementException
An element is empty in an XML document. |
class |
XMLFileException
An exception thrown when trying to access, read or write an XML file. |
class |
XMLMissingAttributeException
An expected attribute is missing from an element in an XML document. |
class |
XMLMissingElementException
An expected element is missing from an XML document. |
class |
XMLParseException
An exception thrown when parsing an XML document. |
Uses of DAIExceptionInformation in uk.org.ogsadai.converters.csv |
Classes in uk.org.ogsadai.converters.csv that implement DAIExceptionInformation | |
class |
CSVConfigurationException
Exception raised when illegal arguments are used to set CSV file format. |
class |
CSVParseException
Exception raised when there is a problem in parsing a CSV file. |
Uses of DAIExceptionInformation in uk.org.ogsadai.converters.databaseschema |
Classes in uk.org.ogsadai.converters.databaseschema that implement DAIExceptionInformation | |
class |
RelationalSchemaParseException
Exception raised when there is a problem in parsing relational database schema from XML. |
class |
ResultSetTableMetaDataException
Exception raised when there is a problem in extracting metadata about a table from a java.sql.ResultSet . |
Uses of DAIExceptionInformation in uk.org.ogsadai.converters.resultset |
Classes in uk.org.ogsadai.converters.resultset that implement DAIExceptionInformation | |
class |
ResultSetHandlerColumnException
Problem arising when trying to convert a java.sql.ResultSet column to another format. |
class |
ResultSetHandlerException
Problem arising when trying to convert a java.sql.ResultSet to another format. |
Uses of DAIExceptionInformation in uk.org.ogsadai.converters.webrowset |
Classes in uk.org.ogsadai.converters.webrowset that implement DAIExceptionInformation | |
class |
WebRowSetParseException
Exception raised when there is a problem in parsing a WebRowSet. |
class |
WebRowSetResultSetParseException
Problem arising when trying to parse a WebRowSet into a java.sql.ResultSet . |
Uses of DAIExceptionInformation in uk.org.ogsadai.dataresource |
Classes in uk.org.ogsadai.dataresource that implement DAIExceptionInformation | |
class |
DataResourceAccessorConfigException
A problem was encountered when accessing the configuration of a data resource accessor. |
class |
DataResourceAccessorCreationException
A problem was encountered when creating a data resource accessor class instance. |
class |
DataResourceAccessorMetaDataException
A problem was encountered when creating data resource accessor meta data. |
class |
DataResourceAccessorSetupException
A problem was encountered when setting up a data resource accessor. |
class |
DataResourceAuthorizationException
Authorization exception thrown when a user is denied access to a data resource. |
class |
DataResourceUseException
A problem was encountered when using a data resource. |
class |
FilesResourceUseException
A problem was encountered when using a files data resource. |
class |
JDBCCloseConnectionException
A problem was encountered when closing an JDBC connection. |
class |
JDBCConnectionAccessException
A problem was encountered when using an JDBC connection. |
class |
JDBCConnectionUseException
A problem was encountered when using an JDBC connection. |
class |
MetaDataAuthorizationException
Authorization exception thrown when a user is denied access to data resource meta data. |
class |
MetaDataExtractionException
A problem was encountered when extracting data resource meta data. |
class |
XMLDBCloseCollectionException
A problem was encountered when closing an XMLDB collection. |
class |
XMLDBCollectionAccessException
A problem was encountered when using an XMLDB collection. |
class |
XMLDBCollectionUseException
A problem was encountered when using an XMLDB collection. |
class |
XMLDBRegistrationException
Exception thrown when there is a error registering a database with an XMLDB database manager. |
class |
XMLDBUnknownCollectionException
Exception thrown when attempting to access an unknown XMLDB collection. |
class |
XMLDBUnknownSubCollectionException
Exception thrown when attempting to access an unknown XMLDB sub-collection. |
Uses of DAIExceptionInformation in uk.org.ogsadai.engine |
Classes in uk.org.ogsadai.engine that implement DAIExceptionInformation | |
class |
IllegalConcurrencySettingException
Raised when there is a problem with a concurrency setting. |
class |
MaxRequestTimeoutException
A request timeout greater than the maximum has been specified. |
class |
RequestAuthorizationException
There was an authorization failure during the execution of the request. |
class |
RequestCreationException
There was an error during the creation of an internal representation of the request. |
class |
RequestExecutionException
There was an error during the execution of the request. |
class |
RequestMaximumReachedException
The maximum number of requests that can be processed and queued has been reached. |
class |
RequestSpecificationException
There was an error during the execution of the request that was caused by information in the request. |
Uses of DAIExceptionInformation in uk.org.ogsadai.exception |
Classes in uk.org.ogsadai.exception that implement DAIExceptionInformation | |
class |
AuthorisationFaultException
Exception wrapping server-side OGSA-DAI problems which are destined for clients. |
class |
AuthorizationExecutionException
A problem occurred when authorizing something. |
class |
DAIAuthorizationException
Authorization exceptions abstract class. |
class |
DAIClassCreateException
Exception thrown when unable to create an instance of a named class using reflection. |
class |
DAIClassMissingInterfaceException
Exception thrown when a class does not implement an expected interface. |
class |
DAIClassMissingMethodException
Exception thrown when a class does not implement an expected method. |
class |
DAIClassNotFoundException
Exception throw when a class specified in a configuration file cannot be found. |
class |
DAIClassSecurityException
Exception thrown when security error when accessing a class through reflection. |
class |
DAIException
Base class for OGSA-DAI checked exceptions. |
class |
DAIFileReadAuthorizationException
Authorization exception thrown by a user is not authorized to read a file or directory. |
class |
DAIFileWriteAuthorizationException
Authorization exception thrown by a user is not authorized to write a file or directory. |
class |
DAIIOException
Exception thrown when there is an IO exception while reading IO. |
class |
DAIMalformedURLException
Exception thrown when a URL is malformed. |
class |
DAIMethodInvocationException
Exception thrown when unable to invoke a method using reflection. |
class |
DAINumberFormatException
Exception thrown when a class a string provided should contain a numeric value. |
class |
DAIOutOfBoundsException
Exception thrown when a numerical value is out of bounds. |
class |
DAIProjectionException
Exception thrown while thying to project from WebRowSet or CSV input and the column name or column index does not exist. |
class |
DAIResourceReadIOException
Exception thrown when there is an IO exception while reading a resource file. |
class |
DAIUncheckedException
Base class for OGSA-DAI unchecked exceptions. |
class |
DAIUnknownHostException
Exception thrown when the host on which OGSA-DAI is running cannot be determined. |
class |
DAIUnsupportedURLProtocolException
Exception thrown when a URL is malformed. |
class |
DAIURLContentException
Exception thrown when there is an error in the expected content of a URL. |
class |
DAIURLReadIOException
Exception thrown when there is an IO exception while reading a URL. |
class |
ExternalModuleException
Exception thrown when some external module generates an unrecoverable error or some error that is not a programming nor a user error. |
class |
InternalFaultException
Exception wrapping server-side OGSA-DAI problems which are destined for clients. |
class |
NonOGSADAIExceptionWrapper
This wrapper is designed to wrap non-OGSA-DAI exceptions in a format which allows their information - specifically their class name and exception message - to be presented in a form analogous to that used by OGSA-DAI exceptions. |
Uses of DAIExceptionInformation in uk.org.ogsadai.service |
Classes in uk.org.ogsadai.service that implement DAIExceptionInformation | |
class |
DeploymentParamParseException
Exception thrown when a value for an OGSA-DAI data service deployment descriptor parameter cannot be parsed to a value of a given class/type. |
class |
MessageContextException
Exception thrown when there is a problem accessing the service message context. |
class |
MissingDeploymentParamException
Exception thrown when a value for an OGSA-DAI data service deployment descriptor parameter cannot be found. |
class |
MissingPerformDocException
Exception thrown when a Perform document cannot be found within a client's request to a service's Perform operation. |
class |
ResourceFileException
Exception thrown when there is a problem accessing or reading an OGSA-DAI data service resource file. |
Uses of DAIExceptionInformation in uk.org.ogsadai.service.authorization |
Classes in uk.org.ogsadai.service.authorization that implement DAIExceptionInformation | |
class |
ActivityAccessAuthorizationException
Thrown when a user is not authorized to access an activity on a resource. |
class |
AuthorizationInitialisationException
Thrown when the authorization could not be initialised. |
class |
ResourceAuthorizationException
Thrown when a user is not authorized to access a resource. |
Uses of DAIExceptionInformation in uk.org.ogsadai.service.resource |
Classes in uk.org.ogsadai.service.resource that implement DAIExceptionInformation | |
class |
DAIConfigDirectoryException
Problem with OGSA-DAI configuration files directory. |
class |
NoSuchResourceIDException
Exception thrown when a data service resource with the specified ID is not registered. |
class |
PersistResourceNameFileException
Problem when persisting data service resource name in a file. |
class |
RemoveResourceNameFileException
Problem when removing data service resource name in a file. |
class |
ResourceCreationException
Exception thrown when OGSA-DAI data service resource cannot be created. |
class |
ResourceIDAlreadyAssignedException
Exception thrown when a proposed data service resource ID has already been assigned to an existing resource. |
class |
ResourceKeyInvalidException
Exception thrown when OGSA-DAI data service resource key is invalid. |
class |
ResourceRequestAuthorizationException
There was an authorization failure during the execution of the request by a resource. |
class |
ResourceRequestExecutionException
There was an error during the execution of the request by a resource. |
class |
ResourceRequestSpecificationException
There was an error during the execution of the request, by a resource, that was caused by information in the request. |
Uses of DAIExceptionInformation in uk.org.ogsadai.service.resource.factory |
Classes in uk.org.ogsadai.service.resource.factory that implement DAIExceptionInformation | |
class |
CreateResourceConfigDirectoryException
Problem when creating data service resource configuration files directory. |
class |
CreateResourceConfigFileException
Problem when creating data service resource configuration file. |
class |
CustomiseResourceConfigFileException
Problem when customising data service resource configuration file. |
class |
DynamicDataServiceResourceCreationException
Exception thrown when a data service resource cannot be dynamically created due to an error. |
class |
DynamicDataServiceResourceRemovalException
Exception thrown when a data service resource cannot be dynamically removed due to an error. |
class |
ResourceFactoryUtilCreateException
Exception thrown when a DataServiceResourceFactoryUtil
object could not be created due to an error. |
Uses of DAIExceptionInformation in uk.org.ogsadai.service.wsrf.properties |
Classes in uk.org.ogsadai.service.wsrf.properties that implement DAIExceptionInformation | |
class |
GTResourcePropertySetUpdateException
Exception thrown then an attempt to add/remove a property to/from a Globus resource property set in response to the addition/removal of this property to/from an OGSA-DAI data service resources' set of properties fails. |
Uses of DAIExceptionInformation in uk.org.ogsadai.service.wsrf.resource |
Classes in uk.org.ogsadai.service.wsrf.resource that implement DAIExceptionInformation | |
class |
DAIEPRConstructionException
Error arising during the construction of a resource-qualified endpoint reference. |
class |
DAIResourceContextException
Encapsulates Globus Toolkit-specific errors from the resource context into an OGSA-DAI-compatible form. |
class |
DAIResourceException
Encapsulates Globus Toolkit-specific resource errors into an OGSA-DAI-compatible form. |
class |
MissingKeyClassException
Exception thrown when OGSA-DAI data service resource key cannot be created due to the name of the key class being missing. |
Uses of DAIExceptionInformation in uk.org.ogsadai.service.wsrf.sgr |
Classes in uk.org.ogsadai.service.wsrf.sgr that implement DAIExceptionInformation | |
class |
DAIMDSRegistrationException
Wraps exceptions thrown when an error occurs while attempting to register with MDS into an OGSA-DAI-compatible form. |
class |
DAIMDSRegistrationFailureException
Exception which reports that a specific resource has failed to register with the Globus MDS. |
class |
ServiceGroupRegistrationConfigException
Exception thrown when there is a failure setting up Globus Toolkit to support registering a service with a service group. |
class |
ServiceGroupRegistrationException
Exception thrown when there is a failure registering a service with a service group. |
Uses of DAIExceptionInformation in uk.org.ogsadai.sessions |
Classes in uk.org.ogsadai.sessions that implement DAIExceptionInformation | |
class |
MaxSessionParticipantsException
A session has reached its maximum number of participants. |
class |
SessionAttrCreationException
A session attribute cannot be created. |
class |
SessionAttrValueCreationException
A session attribute value cannot be initialised. |
class |
SessionCoordinatorCreationException
A session coordinator cannot be created. |
class |
SessionCreationException
A session cannot be creation. |
class |
SessionJoinDeniedException
A participant is not allowed to join a session. |
class |
SessionJoinException
A problem arose when a participant joined a session. |
class |
SessionLookupException
A session cannot be looked up. |
class |
SessionManagerCreationException
A session manager cannot be created. |
class |
SessionManagerFactoryCreationException
A session manager factory cannot be created. |
class |
SessionNotFoundException
A session cannot be accessed. |
class |
SessionReleaseException
A problem occurred when a session released a participant. |
class |
SessionRequestException
A request violates session-specific conditions. |
class |
SessionStreamClosedException
A session's stream has been closed. |
class |
SessionStreamDuplicateException
An attempt is made to add a session stream with a name that already exists. |
class |
SessionStreamIOException
There was a problem encountered when reading to or writing from a session's stream. |
class |
SessionStreamNotFoundException
A session's stream cannot be accessed. |
class |
SessionStreamRequestNotProcessingException
The request associated with a session's stream has not yet started processing. |
class |
SessionTerminationException
A session cannot be terminated. |
class |
SessionViewCreationException
A session view cannot be created. |
class |
StaticSessionAttrException
An attempt was made to update or remove a static session attribute. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |