Uses of Class
uk.org.ogsadai.exception.DAIUncheckedException

Packages that use DAIUncheckedException
uk.org.ogsadai.activity Contains the core interfaces and classes of the Activity Framework.?
uk.org.ogsadai.client.toolkit.exception Classes for exposing faults from OGSA-DAI services as client-side exceptions.?
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.exception General OGSA-DAI exceptions and error message support.?
?

Uses of DAIUncheckedException in uk.org.ogsadai.activity
?

Subclasses of DAIUncheckedException in uk.org.ogsadai.activity
?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.
?

Uses of DAIUncheckedException in uk.org.ogsadai.client.toolkit.exception
?

Subclasses of DAIUncheckedException in uk.org.ogsadai.client.toolkit.exception
?class ClientToolkitException
??????????An internal problem arose in the client toolkit.
?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 ResourcePropertyException
??????????An internal problem arose in the client toolkit when trying to extract a resource property.
?class ResponseDocumentException
??????????An internal problem arose in the client toolkit when trying to construct a Response document.
?class UnsupportedOperationException
??????????A problem arose in client-server communications due to an operation being unsupported by a service.
?

Uses of DAIUncheckedException in uk.org.ogsadai.client.toolkit.service
?

Subclasses of DAIUncheckedException in uk.org.ogsadai.client.toolkit.service
?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 DAIUncheckedException in uk.org.ogsadai.client.toolkit.soap
?

Subclasses of DAIUncheckedException in uk.org.ogsadai.client.toolkit.soap
?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 DAIUncheckedException in uk.org.ogsadai.common
?

Subclasses of DAIUncheckedException in uk.org.ogsadai.common
?class MissingSystemPropertyException
??????????Exception thrown when a value for an OGSA-DAI system property cannot be found.
?class OutOfMemoryException
??????????Risk of a java.lang.OutOfMemory error occurring.
?

Uses of DAIUncheckedException in uk.org.ogsadai.common.files
?

Subclasses of DAIUncheckedException in uk.org.ogsadai.common.files
?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 DAIUncheckedException in uk.org.ogsadai.common.properties
?

Subclasses of DAIUncheckedException in uk.org.ogsadai.common.properties
?class PropertyImmutableException
??????????Exception raised when an attempt is made to set the value of a property that cannot be updated in this way.
?

Uses of DAIUncheckedException in uk.org.ogsadai.common.rolemap
?

Subclasses of DAIUncheckedException in uk.org.ogsadai.common.rolemap
?class CryptographyException
??????????Exception thrown when there is an encryption/decryption problem.
?

Uses of DAIUncheckedException in uk.org.ogsadai.common.serializer
?

Subclasses of DAIUncheckedException in uk.org.ogsadai.common.serializer
?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 DAIUncheckedException in uk.org.ogsadai.exception
?

Subclasses of DAIUncheckedException in uk.org.ogsadai.exception
?class ExternalModuleException
??????????Exception thrown when some external module generates an unrecoverable error or some error that is not a programming nor a user error.
?