Uses of Package
uk.org.ogsadai.exception

Packages that use uk.org.ogsadai.exception
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.msgs This package provides a set of common classes and interfaces supporting internationalization and message logging. 
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.csv.resultset   
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.dataresource.config Provides functionality related to data resource accessor meta-data resource properties. 
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.config Classes to do with Data Service Resource configuration. 
uk.org.ogsadai.service.resource.factory Provides functionality to dynamically create new data service resources from activities. 
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services. 
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. 
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity
DAIAuthorizationException
          Authorization exceptions abstract class.
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
DAIUncheckedException
          Base class for OGSA-DAI unchecked exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.delivery
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.files
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
DAINumberFormatException
          Exception thrown when a class a string provided should contain a numeric value.
DAIOutOfBoundsException
          Exception thrown when a numerical value is out of bounds.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.files.regexp
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.indexedfiles
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.misc
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.sql.parameters
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.transform
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.xmldb.commands
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.activity
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.activity.delivery
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.activity.xmldb
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.exception
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
DAIUncheckedException
          Base class for OGSA-DAI unchecked exceptions.
ErrorID
          Class for textual error identifiers used in internationalization.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.properties
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.security
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
ErrorID
          Class for textual error identifiers used in internationalization.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.service
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
DAIUncheckedException
          Base class for OGSA-DAI unchecked exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.soap
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
DAIUncheckedException
          Base class for OGSA-DAI unchecked exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
DAIMalformedURLException
          Exception thrown when a URL is malformed.
DAIUncheckedException
          Base class for OGSA-DAI unchecked exceptions.
DAIURLReadIOException
          Exception thrown when there is an IO exception while reading a URL.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common.files
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
DAIUncheckedException
          Base class for OGSA-DAI unchecked exceptions.
ErrorID
          Class for textual error identifiers used in internationalization.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common.msgs
ErrorID
          Class for textual error identifiers used in internationalization.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common.properties
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
DAIUncheckedException
          Base class for OGSA-DAI unchecked exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common.rolemap
DAIAuthorizationException
          Authorization exceptions abstract class.
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
DAIUncheckedException
          Base class for OGSA-DAI unchecked exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common.serializer
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
DAIUncheckedException
          Base class for OGSA-DAI unchecked exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common.xml
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
DAIMalformedURLException
          Exception thrown when a URL is malformed.
ErrorID
          Class for textual error identifiers used in internationalization.
ExternalModuleException
          Exception thrown when some external module generates an unrecoverable error or some error that is not a programming nor a user error.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.converters.csv
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.converters.csv.resultset
DAIIOException
          Exception thrown when there is an IO exception while reading IO.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.converters.databaseschema
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.converters.resultset
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.converters.webrowset
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
ExternalModuleException
          Exception thrown when some external module generates an unrecoverable error or some error that is not a programming nor a user error.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.dataresource
AuthorizationExecutionException
          A problem occurred when authorizing something.
DAIAuthorizationException
          Authorization exceptions abstract class.
DAIClassCreateException
          Exception thrown when unable to create an instance of a named class using reflection.
DAIClassMissingInterfaceException
          Exception thrown when a class does not implement an expected interface.
DAIClassNotFoundException
          Exception throw when a class specified in a configuration file cannot be found.
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
ErrorID
          Class for textual error identifiers used in internationalization.
ExternalModuleException
          Exception thrown when some external module generates an unrecoverable error or some error that is not a programming nor a user error.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.dataresource.config
ExternalModuleException
          Exception thrown when some external module generates an unrecoverable error or some error that is not a programming nor a user error.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.engine
DAIAuthorizationException
          Authorization exceptions abstract class.
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.exception
DAIAuthorizationException
          Authorization exceptions abstract class.
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
DAIUncheckedException
          Base class for OGSA-DAI unchecked exceptions.
ErrorID
          Class for textual error identifiers used in internationalization.
ServerException
          Exception used to wrap any server-side exceptions that are not to be communicated to the client.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.authorization
DAIAuthorizationException
          Authorization exceptions abstract class.
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.resource
DAIAuthorizationException
          Authorization exceptions abstract class.
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.resource.config
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIMalformedURLException
          Exception thrown when a URL is malformed.
DAIURLContentException
          Exception thrown when there is an error in the expected content of a URL.
DAIURLReadIOException
          Exception thrown when there is an IO exception while reading a URL.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.resource.factory
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.wsrf.dataservice.impl
DAIAuthorizationException
          Authorization exceptions abstract class.
DAIException
          Base class for OGSA-DAI checked exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.wsrf.properties
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.wsrf.resource
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.wsrf.sgr
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.
 

Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.sessions
DAIException
          Base class for OGSA-DAI checked exceptions.
DAIExceptionInformation
          Interface for the information provided by OGSA-DAI exceptions.