|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ErrorID | |
| uk.org.ogsadai.client.toolkit.exception | Classes for exposing faults from OGSA-DAI services as client-side exceptions. |
| uk.org.ogsadai.client.toolkit.security | Provides client toolkit security related functionality. |
| 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.xml | This package provides a set of common classes for XML manipulation. |
| uk.org.ogsadai.dataresource | Provides the data service resource layer of OGSA-DAI and also the core data data resource accessors. |
| uk.org.ogsadai.exception | General OGSA-DAI exceptions and error message support. |
| Uses of ErrorID in uk.org.ogsadai.client.toolkit.exception |
| Constructors in uk.org.ogsadai.client.toolkit.exception with parameters of type ErrorID | |
RequestException(ErrorID errorID)Constructs an exception corresponding to the given error ID. |
|
RequestException(ErrorID errorID, java.lang.Object[] parameters)Constructs an exception corresponding the given error ID and parameters. |
|
ClientToolkitException(ErrorID id)Constructor. |
|
ClientToolkitException(ErrorID id, java.lang.Object[] params)Constructor. |
|
ClientToolkitException(ErrorID id, java.lang.Object[] params, java.lang.Throwable e)Constructor. |
|
ClientToolkitException(ErrorID id, java.lang.Throwable e)Constructor. |
|
| Uses of ErrorID in uk.org.ogsadai.client.toolkit.security |
| Constructors in uk.org.ogsadai.client.toolkit.security with parameters of type ErrorID | |
DAICredentialException(ErrorID errorID)Constructs an exception corresponding to the given error ID. |
|
DAICredentialException(ErrorID errorID, java.lang.Object[] parameters)Constructs an exception corresponding the given error ID and parameters. |
|
| Uses of ErrorID in uk.org.ogsadai.common.files |
| Constructors in uk.org.ogsadai.common.files with parameters of type ErrorID | |
DAIFileException(ErrorID errorID)Constructs an exception corresponding to the given error ID. |
|
DAIFileException(ErrorID errorID, java.lang.Object[] parameters)Constructs an exception corresponding the given error ID and parameters. |
|
| Uses of ErrorID in uk.org.ogsadai.common.msgs |
| Methods in uk.org.ogsadai.common.msgs with parameters of type ErrorID | |
(package private) void |
DAILogger.warn(ErrorID errorID, java.lang.Object[] parameters)Logs a bare bones warning message associated with the given error ID using the given parameters. |
| Uses of ErrorID in uk.org.ogsadai.common.xml |
| Constructors in uk.org.ogsadai.common.xml with parameters of type ErrorID | |
XMLParseException(ErrorID errorID)Constructor. |
|
XMLParseException(ErrorID errorID, java.lang.Object[] parameters)Constructor. |
|
| Uses of ErrorID in uk.org.ogsadai.dataresource |
| Constructors in uk.org.ogsadai.dataresource with parameters of type ErrorID | |
DataResourceUseException(ErrorID errorID)Constructs an exception corresponding to the given error ID. |
|
DataResourceUseException(ErrorID errorID, java.lang.Object[] parameters)Constructs an exception corresponding the given error ID and parameters. |
|
| Uses of ErrorID in uk.org.ogsadai.exception |
| Fields in uk.org.ogsadai.exception declared as ErrorID | |
private ErrorID |
DAIException.mErrorID |
static ErrorID |
ErrorID.SERVER_ERRORA server-side error occurred. |
static ErrorID |
ErrorID.FILE_NOT_FOUNDUnable to find the specified file. |
static ErrorID |
ErrorID.FILE_FOUNDFound the specified file when didn't expect to. |
static ErrorID |
ErrorID.FILE_ALREADY_EXISTSFile already exists. |
static ErrorID |
ErrorID.FILE_NOT_FILEThe specified file is not actually a file. |
static ErrorID |
ErrorID.DIR_NOT_FOUNDUnable to find the specified directory. |
static ErrorID |
ErrorID.DIR_FOUNDFound the specified directory when didn't expect to. |
static ErrorID |
ErrorID.DIR_NOT_DIRThe specified directory is not actually a directory. |
static ErrorID |
ErrorID.DIR_READ_ERRORDirectory cannot be read. |
static ErrorID |
ErrorID.FILE_READ_ERRORFile cannot be read. |
static ErrorID |
ErrorID.FILE_READ_IO_ERRORIO error when reading file. |
static ErrorID |
ErrorID.READ_IO_ERRORIO error when reading. |
static ErrorID |
ErrorID.FILE_WRITE_ERRORFile cannot be written to. |
static ErrorID |
ErrorID.FILE_WRITE_IO_ERRORIO error when writing file. |
static ErrorID |
ErrorID.IO_ERRORIO error when reading from an input stream or writing to an output stream. |
static ErrorID |
ErrorID.FILE_CONTENT_ERRORError in the contents of a file. |
static ErrorID |
ErrorID.FILE_RENAME_ERRORA file failed to be renamed. |
static ErrorID |
ErrorID.FILE_DELETE_ERRORA file failed to be deleted. |
static ErrorID |
ErrorID.FILE_CREATE_ERRORA file failed to be created. |
static ErrorID |
ErrorID.URL_CONTENT_ERRORError in the contents of a URL. |
static ErrorID |
ErrorID.URL_READ_IO_ERRORIO error when reading URL. |
static ErrorID |
ErrorID.CLASS_IS_WRONG_TYPEThe specified class is not an instance of the specified type. |
static ErrorID |
ErrorID.CLASS_NOT_FOUNDThe specified class cannot be found. |
static ErrorID |
ErrorID.CLASS_CREATE_ERRORCannot create an instance of a class. |
static ErrorID |
ErrorID.CLASS_MISSING_INTERFACEClass does not implement a specific interface. |
static ErrorID |
ErrorID.CTK_XML_PARSE_ERRORClient toolkit XML parse error. |
static ErrorID |
ErrorID.XML_PARSE_ERROR_WITH_LOCATIONXML parse error with a line and column location. |
static ErrorID |
ErrorID.XML_PARSE_ERROR_NO_LOCATIONXML parse error. |
static ErrorID |
ErrorID.XML_MISSING_ELT_ERRORXML parse error - missing element. |
static ErrorID |
ErrorID.XML_EMPTY_ELT_ERRORXML parse error - missing element value. |
static ErrorID |
ErrorID.XML_MISSING_ATTR_ERRORXML parse error - missing attribute in element. |
static ErrorID |
ErrorID.XML_EMPTY_ATTR_ERRORXML parse error - missing attribute value in element. |
static ErrorID |
ErrorID.COG_UTILS_ACCESS_ERRORA problem arose when accessing Java CoG utilities. |
static ErrorID |
ErrorID.ROLE_MAPPER_CREATION_ERRORA problem arose when creating a role mapper. |
static ErrorID |
ErrorID.ROLE_MAP_CONFIG_ERRORRole map configuration error. |
static ErrorID |
ErrorID.ROLE_MAP_CANNOT_AUTH_ERRORRole map authorization failed due to some error. |
static ErrorID |
ErrorID.UNABLE_TO_CLOSE_JDBC_CONNECTIONUnable to close a JDBC connection. |
static ErrorID |
ErrorID.JDBC_CONNECTION_USE_ERRORRaised when there is an error using a JDBC connection. |
static ErrorID |
ErrorID.JDBC_CONNECTION_ACCESS_ERRORRaised when there is an error accessing a JDBC connection. |
static ErrorID |
ErrorID.SQL_CONNECT_ERRORSQL connect error. |
static ErrorID |
ErrorID.CREDENTIAL_EXTRACTION_ERRORCredential extraction error. |
static ErrorID |
ErrorID.MISSING_CREDENTIAL_ERRORMissing credential error. |
static ErrorID |
ErrorID.SECURITY_HELPER_CONFIGURATION_ERRORAn error was encountered when configuring a security helper. |
static ErrorID |
ErrorID.GRID_CREDENTIAL_ACCESS_ERRORAn error was encountered when trying to access a Grid credential. |
static ErrorID |
ErrorID.NO_GRID_CREDENTIAL_ERRORThere is no Grid credential. |
static ErrorID |
ErrorID.NO_GRID_CREDENTIAL_DEFAULT_ERRORThere is no Grid credential. |
static ErrorID |
ErrorID.ACTIVITY_PIPELINE_PROBLEM_PREPARING_ACTIVITYRaised when there is a problem configuring or initialising the context and session of an activity. |
static ErrorID |
ErrorID.ACTIVITY_PIPE_ACCESS_ERRORRaised when there is an attempt to access a pipe when a request is not processing. |
static ErrorID |
ErrorID.RELATIONAL_SCHEMA_PARSE_ERRORRelational database schema meta data recieved from service is not of the expected format. |
static ErrorID |
ErrorID.RESULTSET_TABLE_METADATA_ERRORProblem arising when trying to access metadata about a table from a ResultSet. |
static ErrorID |
ErrorID.RESULTSET_HANDLER_COLUMN_ERRORProblem arising when trying to convert a ResultSet column to another format. |
static ErrorID |
ErrorID.RESULTSET_HANDLER_ERRORProblem arising when trying to convert a ResultSet to another format. |
static ErrorID |
ErrorID.WEBROWSET_PARSE_ERRORWebRowSet data is not of the expected format. |
static ErrorID |
ErrorID.CSV_PARSE_ERRORCSV data is not of the expected format. |
static ErrorID |
ErrorID.CSV_CONFIGURATION_ERRORCSV data is not of the expected format. |
static ErrorID |
ErrorID.WEBROWSET_RESULTSET_PARSE_ERRORProblem encountered when parsing a WebRowSet into a ResultSet. |
static ErrorID |
ErrorID.EXPIRED_CREDENTIAL_ERRORExpired credential error. |
static ErrorID |
ErrorID.UNREGISTERED_SERIALIZATION_ERRORNo deserializer for an XML message type. |
static ErrorID |
ErrorID.UNSUPPORTED_SERIALIZATION_ERRORType of an XML message fragment is unsupported. |
static ErrorID |
ErrorID.SERIALIZATION_ERRORGeneral problem in deserializing an XML message. |
static ErrorID |
ErrorID.ROLE_MAP_AUTH_ERRORAn authorization error when using a role mapper. |
static ErrorID |
ErrorID.AUTH_EXECUTION_ERRORA problem occurred when doing authorization. |
static ErrorID |
ErrorID.META_DATA_SKIPPED_ERRORA user supplied meta data element has been excluded due to an error while trying to create it. |
static ErrorID |
ErrorID.PATH_NOT_DIRECTORYXXXXA path is not a directory. |
static ErrorID |
ErrorID.SESSION_ADMITS_ONLY_ONE_PARTICIPANTUsed by session implementations which only allow a single participant to join them. |
static ErrorID |
ErrorID.NO_SUCH_SESSIONRaised when a request attempts to join, access or otherwise interact with a session that does not exist. |
static ErrorID |
ErrorID.SESSION_MANAGER_FACTORY_CREATION_ERRORA problem was encountered when creating a session manager factory. |
static ErrorID |
ErrorID.SESSION_MANAGER_CREATION_ERRORA problem was encountered when creating a session manager. |
static ErrorID |
ErrorID.SESSION_ATTR_CREATION_ERRORA problem was encountered when creating a session attribute. |
static ErrorID |
ErrorID.SESSION_ATTR_VALUE_CREATION_ERRORA problem was encountered when creating the value of a session attribute. |
static ErrorID |
ErrorID.MAXIMUM_SESSION_PARTICIPANTS_EXCEEDEDMaximum number of session participants exceeded. |
static ErrorID |
ErrorID.SESSION_REQUEST_ERRORA request violates session specific conditions for example multiple external input streams have the same name. |
static ErrorID |
ErrorID.SESSION_JOIN_ERRORA problem was encountered when joining a participant to a session. |
static ErrorID |
ErrorID.SESSION_RELEASE_ERRORA problem was encountered when releasing a participant from a session. |
static ErrorID |
ErrorID.SESSION_JOIN_DENIED_ERRORA participant is not permitted to join a session. |
static ErrorID |
ErrorID.SESSION_CREATION_ERRORA problem was encountered when creating a new session. |
static ErrorID |
ErrorID.SESSION_COORDINATOR_CREATION_ERRORA problem was encountered when creating a new session coordinator. |
static ErrorID |
ErrorID.SESSION_LOOKUP_ERRORA problem was encountered when looking up a session. |
static ErrorID |
ErrorID.SESSION_TERMINATION_ERRORA problem was encountered when terminating a session. |
static ErrorID |
ErrorID.SESSION_VIEW_CREATION_ERRORA problem was encountered when creating a session view. |
static ErrorID |
ErrorID.UNABLE_TO_ACCESS_SESSION_STREAMRaised when there is a problem accessing a specified session stream. |
static ErrorID |
ErrorID.SESSION_STREAM_READ_WRITE_ERRORRaised when there is a problem reading or writing to the specified session stream. |
static ErrorID |
ErrorID.SESSION_STREAM_REQUEST_NOT_PROCESSINGRaised when there is an attempt to read or write to a session stream that exists but is associated with a request that has not yet entered its processing stage. |
static ErrorID |
ErrorID.SESSION_STREAM_CLOSEDRaised when there is an attempt to write to a session stream that has already been closed. |
static ErrorID |
ErrorID.CANNOT_REMOVE_OR_MODIFY_ATTRIBUTERaised when an attempt is made to remove or modify a static session attribute. |
static ErrorID |
ErrorID.STATIC_SESSION_ATTR_ERRORRaised when an attempt is made to set the value of or remove a static session attribute. |
static ErrorID |
ErrorID.STATIC_SESSION_ATTRIBUTE_CLASS_NOT_FOUNDRaised when the value object for a static session attribute cannot be found, thus preventing the construction of a static session attribute. |
static ErrorID |
ErrorID.CANNOT_CREATE_STATIC_SESSION_ATTRIBUTERaised when there is a problem instantiating the value object for a static session attribute. |
static ErrorID |
ErrorID.MAXIMUM_TIMEOUT_EXCEEDEDRaised when there is a request for a new session with a timeout value beyond the maximum allowable timeout. |
static ErrorID |
ErrorID.SESSION_CONFIG_FILE_ERRORRaised when there is a problem loading and parse the session configuration file. |
static ErrorID |
ErrorID.SESSION_MANAGER_FACTORY_IMPLEMENTATION_ERRORRaised when the session configuration file specifies a SessionManagerFactory implementation class that does not implement the SessionManagerFactory interface. |
static ErrorID |
ErrorID.SESSION_MANAGER_FACTORY_INSTANTIATION_ERRORRaised when the SessionManagerFactory implementation class specified in the session configuration cannot be instantiated. |
static ErrorID |
ErrorID.SESSION_STREAM_DUPLICATIONRaised when there is an attempt to add a new session stream with a name that already exists within the session. |
static ErrorID |
ErrorID.ACTIVITY_CONTEXT_STREAM_DUPLICATIONRaised when there is an attempt to add a new stream to the activity context with a name that already exists within the same context. |
static ErrorID |
ErrorID.ACTIVITY_CONTEXT_CONTAINS_NO_SUCH_STREAMRaised when there is an attempt to access an input or output stream from the activity context which does not exist. |
static ErrorID |
ErrorID.ACTIVITY_INITIALISATION_ERRORRaised when there is a problem initialising an activity. |
static ErrorID |
ErrorID.ACTIVITY_INITIALISATION_ERROR_WITH_DETAILSRaised when there is a problem initialising an activity. |
static ErrorID |
ErrorID.RESOURCE_READ_IO_ERRORRaised when there is an IO error when reading from a java resource. |
static ErrorID |
ErrorID.ACTIVITY_TYPES_CREATION_ERRORRaised when there is a problem creating an activity types document from activity configurations. |
static ErrorID |
ErrorID.CONFIGURABLE_ACTIVITY_CONFIG_ERRORError occurred during the configuration of a configurable activity. |
static ErrorID |
ErrorID.CONFIGURABLE_ACTIVITY_CONFIG_PROPERTY_ERRORThere is a problem with an activity configuration property. |
static ErrorID |
ErrorID.CONFIGURABLE_ACTIVITY_CONFIG_PROPERTY_MISSING_ERRORAn activity configuration property is missing. |
static ErrorID |
ErrorID.XMLDB_REGISTRATION_ERRORRaised when there is an error registering an XMLDB database. |
static ErrorID |
ErrorID.XMLDB_COLLECTION_ACCESS_ERRORRaised when there is an error accessing an XMLDB collection. |
static ErrorID |
ErrorID.XMLDB_COLLECTION_USE_ERRORRaised when there is an error using an XMLDB collection. |
static ErrorID |
ErrorID.XMLDB_UNKNOWN_COLLECTION_ERRORRaised when an an XMLDB base collection is unknown. |
static ErrorID |
ErrorID.XMLDB_UNKNOWN_SUBCOLLECTION_ERRORRaised when an an XMLDB subcollection is unknown. |
static ErrorID |
ErrorID.XMLDB_UNSUPPORTED_COMMAND_ERRORRaised when an unsupported command is provided to an XMLDB command factory. |
static ErrorID |
ErrorID.XMLDB_COMMAND_CREATION_ERRORRaised when there is a problem in creating an XMLDB command object. |
static ErrorID |
ErrorID.XMLDB_COMMAND_EXECUTION_ERRORRaised when there is a problem in executing an XMLDB command object. |
static ErrorID |
ErrorID.XMLDB_COMMAND_SPECIFICATION_ERRORRaised when there is a problem in the settings of an XMLDB command object as provided from a client. |
static ErrorID |
ErrorID.UNABLE_TO_CLOSE_XMLDB_COLLECTIONRaised when there is an error closing an XMLDB collection. |
static ErrorID |
ErrorID.XMLDB_CONTEXT_CONTAINS_NO_SUCH_STREAMRaised when there is an attempt to access an input or output stream from an XMLDB command context which does not exist. |
static ErrorID |
ErrorID.XMLDB_CREATE_COLLECTION_ERRORProblem when trying to create a collection within another. |
static ErrorID |
ErrorID.XMLDB_CREATE_RESOURCE_ERRORProblem when trying to create a resource within a collection. |
static ErrorID |
ErrorID.XMLDB_REMOVE_COLLECTION_ERRORProblem when trying to remove a collection from another. |
static ErrorID |
ErrorID.XMLDB_REMOVE_RESOURCE_ERRORProblem when trying to remove a resource from a collection. |
static ErrorID |
ErrorID.XMLDB_LIST_COLLECTIONS_ERRORProblem when trying to list child collections of a collection. |
static ErrorID |
ErrorID.XMLDB_LIST_RESOURCES_ERRORProblem when trying to list child resources of a collection. |
static ErrorID |
ErrorID.AUTHORIZATION_INITIALISATION_ERRORProblem when trying to load the authorization class. |
static ErrorID |
ErrorID.DATA_RESOURCE_AUTH_ERRORRaised when there the user is not authorized to access a data resource. |
static ErrorID |
ErrorID.DATA_SERVICE_RESOURCE_AUTHORIZATION_ERRORRaised when the user is not authorized to access a data service resource. |
static ErrorID |
ErrorID.ACTIVITY_ACCESS_AUTHORIZATION_ERRORRaised when there the user is not authorized to execute an activity on a data service resource. |
static ErrorID |
ErrorID.META_DATA_AUTH_ERRORRaised when there the user is not authorized to access data resource meta data. |
static ErrorID |
ErrorID.META_DATA_EXTRACTION_ERRORRaised when there is a problem extracting data resource meta data. |
static ErrorID |
ErrorID.FILE_READ_AUTH_ERRORRaised when there the user is not authorized to read a file or directory. |
static ErrorID |
ErrorID.FILE_WRITE_AUTH_ERRORRaised when there the user is not authorized to write a file or directory. |
static ErrorID |
ErrorID.TEMP_FILE_ERRORRaised when unable to create to write to a temporary file. |
static ErrorID |
ErrorID.INTERNAL_FAULTInternal fault - destined for client-side. |
static ErrorID |
ErrorID.AUTHORISATION_FAULTAuthorisation fault - destined for client-side. |
static ErrorID |
ErrorID.RESOURCE_UNKNOWN_ERRORResource unknown error. |
static ErrorID |
ErrorID.RESOURCE_BUSY_ERRORResource busy error. |
static ErrorID |
ErrorID.UNKNOWN_DATA_TRANSPORT_STREAMRaised when an attempt is made to access an input/output stream that is unknown to a data service resource. |
static ErrorID |
ErrorID.OUT_OF_MEMORY_ERRORRisk of a Java "Out of Memory" error occurring. |
static ErrorID |
ErrorID.DAI_CONFIG_DIR_ERRORProblem with OGSA-DAI configuration files directory. |
static ErrorID |
ErrorID.CREATE_RESOURCE_CONFIG_DIR_ERRORProblem in creating data service resource configuration files directory. |
static ErrorID |
ErrorID.CREATE_RESOURCE_CONFIG_FILE_ERRORProblem in creating data service resource configuration file. |
static ErrorID |
ErrorID.CUSTOMISE_RESOURCE_CONFIG_FILE_ERRORProblem in customising data service resource configuration file. |
static ErrorID |
ErrorID.PERSIST_RESOURCE_NAME_FILE_ERRORProblem in persisting data service resource name in data service resources file. |
static ErrorID |
ErrorID.REMOVE_RESOURCE_NAME_FILE_ERRORProblem in removing data service resource name in data service resources file. |
static ErrorID |
ErrorID.DATA_SERVICE_RESOURCE_CREATION_ERRORData service resource cannot be created. |
static ErrorID |
ErrorID.DYNAMIC_DATA_SERVICE_RESOURCE_CREATION_ERRORDynamic data service resource cannot be created. |
static ErrorID |
ErrorID.DYNAMIC_DATA_SERVICE_RESOURCE_REMOVAL_ERRORDynamic data service resource cannot be removed. |
static ErrorID |
ErrorID.DATA_SERVICE_RESOURCE_FACTORY_UTIL_CREATE_ERRORError occurred when creating a data service resource factory utility object. |
static ErrorID |
ErrorID.MISSING_DEPLOYMENT_PARAM_ERRORA value for an OGSA-DAI data service deployment descriptor parameter {0} cannot be found. |
static ErrorID |
ErrorID.DEPLOYMENT_PARAM_PARSE_ERRORThe value for an OGSA-DAI data service deployment descriptor parameter {0} is not a {1}. |
static ErrorID |
ErrorID.RESOURCE_ID_ALREADY_ASSIGNED_ERRORProposed data service resource ID has already been assigned to an existing data service resource. |
static ErrorID |
ErrorID.NO_SUCH_RESOURCE_ID_ERRORA data service resource with the specified ID does not exist. |
static ErrorID |
ErrorID.DATA_SERVICE_RESOURCE_FILE_ERRORCould not load a data service resource file. |
static ErrorID |
ErrorID.UNSUPPORTED_ACTIVITY_ERRORActivity is unsupported. |
static ErrorID |
ErrorID.RESOURCE_REQUEST_AUTHORIZATION_ERRORThere was an authorization failure during the execution of the request by a resource. |
static ErrorID |
ErrorID.RESOURCE_REQUEST_SPECIFICATION_ERRORThere was an error during the execution of the request, by a resource, that was caused by information in the request. |
static ErrorID |
ErrorID.RESOURCE_REQUEST_EXECUTION_ERRORThere was an error during the execution of the request by a resource. |
static ErrorID |
ErrorID.REQUEST_AUTHORIZATION_ERRORThere was an authorization failure during the execution of the request. |
static ErrorID |
ErrorID.REQUEST_SPECIFICATION_ERRORThere was an error during the execution of the request that was caused by information in the request. |
static ErrorID |
ErrorID.REQUEST_CREATION_ERRORThere was an error during the creation of an internal representation of the request. |
static ErrorID |
ErrorID.REQUEST_MAX_REACHED_ERRORThe maximum number of requests that can be processed and queued has been reached. |
static ErrorID |
ErrorID.REQUEST_SPECIFICATION_PARTIAL_RESPONSE_ERRORThere was an error during the execution of the request that was caused by information in the request. |
static ErrorID |
ErrorID.DUPLICATE_PIPE_ERRORTwo or more pipes in a request have the same name. |
static ErrorID |
ErrorID.REQUEST_EXECUTION_ERRORThere was an error during the execution of the request. |
static ErrorID |
ErrorID.CTK_REQUEST_EXECUTION_ERRORClient toolkit representation of failure due to error in user's request. |
static ErrorID |
ErrorID.ACTIVITY_AUTHORIZATION_ERRORThere was an authorization failure during the execution of an activity. |
static ErrorID |
ErrorID.ACTIVITY_SPECIFICATION_ERRORThere was an error during the execution of an activity, that was caused by the activity settings. |
static ErrorID |
ErrorID.MISSING_SQL_PARAMETER_ERRORThe value of an SQL parameter is missing. |
static ErrorID |
ErrorID.SQL_PARAMETER_SETUP_ERRORThere was an error during the setup of an SQL parameter. |
static ErrorID |
ErrorID.SQL_PARAMETER_ACCESS_ERRORThere was an error during the access of an SQL parameter value. |
static ErrorID |
ErrorID.SQL_PARAMETER_DUPLICATION_ERRORThe same parameter has been specified twice in a request. |
static ErrorID |
ErrorID.SQL_PARAMETERS_UNSUPPORTED_ERRORSQL parameters are not supported. |
static ErrorID |
ErrorID.ACTIVITY_SPECIFICATION_PARAMETER_ERRORThere was an error during the execution of an activity, that was caused by the activity settings. |
static ErrorID |
ErrorID.ACTIVITY_EXECUTION_ERRORThere was an error during the execution of an activity. |
static ErrorID |
ErrorID.ACTIVITY_CREATION_ERRORThere was an error during the creation of an activity. |
static ErrorID |
ErrorID.MESSAGE_CONTEXT_ERRORService could not determine current MessageContext. |
static ErrorID |
ErrorID.MISSING_PERFORM_DOC_ERRORPerform document is missing from client request to service's Perform operation. |
static ErrorID |
ErrorID.WSRF_MISSING_KEY_CLASS_ERRORException thrown when OGSA-DAI data service resource key cannot be created due to the name of the key's class being missing. |
static ErrorID |
ErrorID.GT_RESOURCE_PROPERTY_ADD_ERRORException thrown when a property added to an OGSA-DAI data service resource cannot be added to the corresponding Globus Toolkit resource property set. |
static ErrorID |
ErrorID.GT_RESOURCE_PROPERTY_REMOVE_ERRORException thrown when a property removed from an OGSA-DAI data service resource cannot be removed from the corresponding Globus Toolkit resource property set. |
static ErrorID |
ErrorID.RESOURCE_KEY_INVALID_ERRORException thrown when an invalid resource key is provided. |
static ErrorID |
ErrorID.WSRF_INVALID_DATA_SERVICE_RESOURCE_ERRORException thrown when an OGSA-DAI data service resource being added to a WSRF data service resource "home" is either null or of the wrong class. |
static ErrorID |
ErrorID.CTK_PERFORM_DOC_ERRORException thrown when there is an internal client tookit error when constructing the Perform document. |
static ErrorID |
ErrorID.CTK_UNKNOWN_REQUEST_STATUS_ERRORException thrown when there is an internal client tookit error when parsing a request status property and an unknown value is encountered. |
static ErrorID |
ErrorID.CTK_SOAP_ERRORException thrown when there is an internal client tookit error when processing a SOAP request. |
static ErrorID |
ErrorID.CTK_DESERIALIZATION_ERRORException thrown when there is an internal client tookit error when deserializing data. |
static ErrorID |
ErrorID.CTK_UNEXPECTED_URL_ERRORException thrown when there is an unexpected problem with a URL when constructing an OGSA-DAI WSRF SOAP request. |
static ErrorID |
ErrorID.CTK_EXTERNAL_ERRORException thrown when there is a problem arising from a non-OGSA-DAI component used by the client toolkit. |
static ErrorID |
ErrorID.CTK_XMLDB_RESOURCE_ERRORException thrown when the client toolkit runs into a problem with an XMLDB resource provided by a client. |
static ErrorID |
ErrorID.CTK_DATA_FORMAT_ERRORException thrown when the client toolkit runs into a problem parsing data as it's not in an expected format. |
static ErrorID |
ErrorID.CTK_DATA_FORMAT_ACTUAL_ERRORException thrown when the client toolkit runs into a problem parsing data as it's not in an expected format. |
static ErrorID |
ErrorID.CTK_DATA_FORMAT_EXPECTED_ERRORException thrown when the client toolkit runs into a problem parsing data as it's not in an expected format. |
static ErrorID |
ErrorID.CTK_NO_ACTIVITY_OUTPUT_ERRORException thrown when an attempt is made to get data from a client toolkit activity object which has no data. |
static ErrorID |
ErrorID.SERVICE_COMMS_ERRORException thrown when the client toolkit has problems contacting a service. |
static ErrorID |
ErrorID.CTK_SERVICE_TYPE_ERRORException thrown when the client toolkit cannot communicate with a service as its not an OGSA-DAI service or is not implemented in a version of OGSA-DAI compatible with this version of the client toolkit. |
static ErrorID |
ErrorID.UNSUPPORTED_OPERATION_ERRORException thrown when a service does not support an operation which the client toolkit attempts to invoke. |
static ErrorID |
ErrorID.XML_PARSE_ERRORXML parse error with exception message. |
static ErrorID |
ErrorID.CTK_UNKNOWN_PROPERTY_ERRORException thrown when client requests a property unknown to a data service resource. |
static ErrorID |
ErrorID.DYNAMIC_PROPERTY_CREATION_ERRORA problem was encountered when creating dynamic property. |
static ErrorID |
ErrorID.FILES_RESOURCE_USE_ERRORA problem was encountered when using a files data resource. |
static ErrorID |
ErrorID.DATA_RESOURCE_ACCESSOR_CREATION_ERRORA problem was encountered when creating a data resource accessor class for a data service resource. |
static ErrorID |
ErrorID.DATA_RESOURCE_ACCESSOR_META_DATA_ERRORA problem was encountered when creating data resource accessor meta data for a data service resource. |
static ErrorID |
ErrorID.DATA_RESOURCE_ACCESSOR_CONFIG_ERRORA problem was encountered when accessing the configuration of a data resource accessor for a data service resource. |
static ErrorID |
ErrorID.DATA_RESOURCE_ACCESSOR_SETUP_ERRORA problem was encountered when setting up data resource accessor for a data service resource. |
static ErrorID |
ErrorID.PROPERTY_VALUE_ERRORException thrown when there is a problem accessing a property value. |
static ErrorID |
ErrorID.PROPERTY_IMMUTABLE_ERRORException thrown when an attempt is made to set the value of an immutable property. |
static ErrorID |
ErrorID.CTK_REQUEST_STATUS_ERRORException thrown when a request status indicates a problem. |
static ErrorID |
ErrorID.COULD_NOT_MAP_AXIS_FAULTAn Axis fault could not be mapped to an OGSA-DAI fault as there is no mapping defined. |
static ErrorID |
ErrorID.CREATE_DAI_FAULT_ERRORA problem was encountered when trying to create an OGSA-DAI fault. |
static ErrorID |
ErrorID.CTK_RESPONSE_ERRORA problem was encountered by the client toolkit when processing a Response document. |
static ErrorID |
ErrorID.CTK_RESOURCE_PROPERTY_ERRORA problem was encountered by the client toolkit when extracting a resource property. |
static ErrorID |
ErrorID.CTK_RESOURCE_PROPERTIES_ERRORA problem was encountered by the client toolkit when extracting resource properties. |
static ErrorID |
ErrorID.CTK_SOAP_ATTACHMENT_ERRORA problem was encountered by the client toolkit when extracting soap attachments. |
static ErrorID |
ErrorID.GT_RESOURCE_CONTEXT_ERRORProblem in accessing resource context from GT infrastructure. |
static ErrorID |
ErrorID.GT_RESOURCE_ERRORProblem in accessing resource information from GT infrastructure. |
static ErrorID |
ErrorID.EPR_CONSTRUCTION_ERRORUnable to construct an end point reference. |
static ErrorID |
ErrorID.SERVICE_GROUP_REGISTRATION_ERRORError registering with a service group. |
static ErrorID |
ErrorID.SERVICE_GROUP_REGISTRATION_CONFIG_ERRORUnable to configure Globus Toolkit to register with a service group. |
static ErrorID |
ErrorID.MDS_REGISTRATION_ERRORError registering with MDS service. |
static ErrorID |
ErrorID.MDS_REGISTRATION_FAILUREFailed to register with the MDS service. |
static ErrorID |
ErrorID.CLASS_MISSING_METHODClass does not implement the expected method. |
static ErrorID |
ErrorID.CLASS_SECURITY_ERRORSecurity error accessing a method of a class. |
static ErrorID |
ErrorID.CLASS_METHOD_INVOCATION_ERRORUnable to invoke a method of a class. |
static ErrorID |
ErrorID.RESPONSE_ERRORRequest failed due to failure of one or more activities. |
static ErrorID |
ErrorID.REQUEST_EXECUTION_FAILUREThe request completely failed to execute. |
static ErrorID |
ErrorID.ASSEMBLE_PERFORM_DOCUMENT_ERRORAn error occured during the contstruction of a Perform document schema from an activity configuration document. |
static ErrorID |
ErrorID.DOCUMENT_VALIDATION_ERRORAn error occured when a document was being validated in an application-specific way. |
static ErrorID |
ErrorID.INVALID_ACTIVITY_CLASSAn activity class does not sub-class a required OGSA-DAI activity class so is not a proper activity implementation. |
static ErrorID |
ErrorID.DUPLICATE_ACTIVITY_PROPERTY_KEYAn activity property key has been duplicated. |
static ErrorID |
ErrorID.SERVLET_STREAM_ACCESS_ERRORA client requested information from a servlet but provided an erroneous request. |
static ErrorID |
ErrorID.ILLEGAL_CONCURRENCY_SETTING_ERRORIllegal concurrency setting. |
static ErrorID |
ErrorID.NULL_SESSION_COORDINATOR_ERRORNo session coordinator was provided. |
static ErrorID |
ErrorID.NULL_SECURITY_CONTEXT_PROVIDER_ERRORNo security context provider was provided. |
static ErrorID |
ErrorID.NULL_ACTIVITY_FACTORY_ERRORNo activity factory was provided. |
static ErrorID |
ErrorID.NULL_RESOURCE_ID_ERRORNo data service resource ID was provided. |
static ErrorID |
ErrorID.NULL_DATA_RESOURCE_ERRORNo data resource was provided. |
static ErrorID |
ErrorID.NULL_CONCURRENCY_SETTINGS_ERRORNo concurrency settings were provided. |
static ErrorID |
ErrorID.THIRD_PARTY_COMPONENT_ERRORRaised when an error occurs in a third-party component of OGSA-DAI. |
static ErrorID |
ErrorID.MISSING_MESSAGE_BUNDLE_ERRORError used when message bundle is missing. |
static ErrorID |
ErrorID.MISSING_MESSAGE_ERRORError used when message is missing. |
static ErrorID |
ErrorID.CANNOT_FIND_DN_USING_DEFAULTA distinguished name cannot be found. |
static ErrorID |
ErrorID.UNSUPPORTED_BLOCK_ERRORAn unsupported block of some type has been encountered. |
static ErrorID |
ErrorID.NO_EXISTING_FILE_LOCK_ERRORFile lock cannot be relinquished as it does not exist. |
static ErrorID |
ErrorID.FILE_LOCK_ERRORFile lock failed to occur. |
static ErrorID |
ErrorID.CRYPTOGRAPHY_ERRORGeneral problem in encryption or decryption. |
static ErrorID |
ErrorID.MISSING_SYSTEM_PROPERTY_ERRORA value for an OGSA-DAI system property is missing. |
static ErrorID |
ErrorID.MALFORMED_URL_ERRORA URL is malformed. |
static ErrorID |
ErrorID.MALFORMED_RELATIVE_URL_ERRORA relative URL is malformed. |
static ErrorID |
ErrorID.XML_PROCESSING_ERRORA problem was encountered when processing an XML document that is not due to a problem in a document being parsed. |
static ErrorID |
ErrorID.EXTERNAL_MODULE_ERRORA problem was encountered in an external module which was beyond the control of OGSA-DAI. |
static ErrorID |
ErrorID.XML_FILE_ERRORA problem was encountered when accessing an XML file. |
static ErrorID |
ErrorID.READER_CLOSED_ERRORAn attempt to access a closed java.io.Reader. |
static ErrorID |
ErrorID.NUMBER_FORMAT_ERRORA problem encountered when parsing a String that should consist of numeric values. |
static ErrorID |
ErrorID.NUMBER_OUT_OF_BOUNDS_ERRORA value was out of bounds. |
static ErrorID |
ErrorID.NUMBER_LESS_THAN_BOUNDS_ERRORA value was less than a bound. |
static ErrorID |
ErrorID.OMII_SECURITY_CONTEXT_UNAVAILABLE_ERROROMII security context was not found or unavailable. |
static ErrorID |
ErrorID.OMII_SECURITY_DN_NOT_FOUND_ERROROMII security principal DN was not found. |
static ErrorID |
ErrorID.INVALID_COLUMN_NAMEA problem encountered when trying a webrowset projection onto invalid column name Parameter 1: The string that the error occured. |
static ErrorID |
ErrorID.INVALID_COLUMN_INDEXA problem encountered when trying a webrowset projection onto invalid column name Parameter 1: The string that the error occured. |
static ErrorID |
ErrorID.INVALID_PARAMETERError message in case of invalid parameter Parameter 1:The parameter that is invalid Parameter 2:Description of what it should or should not be. |
static ErrorID |
ErrorID.UNSUPPORTED_REGEXP_PATTERN_FORMATError message when an unsupported Regular Expression pattern format is specified. |
static ErrorID |
ErrorID.MALFORMED_REGEXP_PATTERNError message when a malformed Regular Expression pattern is specified. |
static ErrorID |
ErrorID.BLOCK_MAKER_ERRORError message when a uk.org.ogsadai.common.BlockMaker runs into problems when accessing a block. |
static ErrorID |
ErrorID.CTK_STREAM_DATA_ERRORError message when a problem is encountered when streaming data from a service. |
static ErrorID |
ErrorID.NON_OGSA_DAI_COMPLIANT_ERRORError message used to allow non-OGSA-DAI exceptions to be given an error ID and parameter list and so allow their presentation in response documents to be done in a way analogous to OGSA-DAI exceptions. |
static ErrorID |
ErrorID.BUFFER_DATA_FOR_RESPONSE_ERRORError when buffering data for response. |
static ErrorID |
ErrorID.DATA_STORE_XML_TEXT_ERRORError when the dataStore activity is given text data that is an XML fragment Parameters: None. |
static ErrorID |
ErrorID.BLOCK_AGGREGATOR_SIZE_ERRORSize given to blockAggregator activity is erroneous. |
static ErrorID |
ErrorID.UNKNOWN_SMTP_HOST_ERRORUnknown SMTP host. |
static ErrorID |
ErrorID.UNKNOWN_HOST_ERRORUnable to determine host upon which OGSA-DAI is executing. |
static ErrorID |
ErrorID.ILLEGAL_INDEXED_FILE_QUERY_ERRORIllegal indexed file search query. |
static ErrorID |
ErrorID.NO_INDEXER_FOR_INDEXED_FILE_ERRORNo indexer is recorded for an indexed file type. |
static ErrorID |
ErrorID.NO_ANALYZER_FOR_INDEXED_FILE_ERRORNo analyser is recorded for an indexed file type. |
static ErrorID |
ErrorID.FILE_MATCH_EXPR_ERRORExpression for matching to contents of files is erroneous. |
static ErrorID |
ErrorID.MALFORMED_REPLACEMENT_STRING_ERRORA replacement string is malformed. |
static ErrorID |
ErrorID.NON_INCREASING_SEQUENCE_ERRORA sequence is non increasing. |
static ErrorID |
ErrorID.UNSUPPORTED_URL_PROTOCOLA URL protocol is unsupported. |
static ErrorID |
ErrorID.ZIP_ARCHIVE_COMMENT_LENGTH_ERRORThe length of a comment given to zipArchive activity is erroneous. |
static ErrorID |
ErrorID.ILLEGAL_DELIMITER_ERRORAn illegal delimiter was specified. |
static ErrorID |
ErrorID.MISSING_XSLT_ERRORMissing XSLT transform in xsltTransform activity Parameters: none. |
private ErrorID |
DAIUncheckedException.mErrorID |
private static ErrorID |
NonOGSADAIExceptionWrapper.ERROR_IDErrorID |
private static ErrorID |
AuthorisationFaultException.ERROR_IDErrorID |
private static ErrorID |
InternalFaultException.ERROR_IDErrorID |
| Methods in uk.org.ogsadai.exception that return ErrorID | |
ErrorID |
DAIException.getErrorID()Gets the error ID. |
ErrorID |
DAIUncheckedException.getErrorID()Gets the error ID. |
ErrorID |
NonOGSADAIExceptionWrapper.getErrorID()Gets the error ID of this type of exception. |
ErrorID |
DAIExceptionInformation.getErrorID()Gets the error ID. |
ErrorID |
AuthorisationFaultException.getErrorID()Gets the error ID of this type of exception. |
ErrorID |
InternalFaultException.getErrorID()Gets the error ID of this type of exception. |
| Methods in uk.org.ogsadai.exception with parameters of type ErrorID | |
protected void |
DAIException.setErrorID(ErrorID errorID)Sets the error ID. |
protected void |
DAIUncheckedException.setErrorID(ErrorID errorID)Sets the error ID. |
| Constructors in uk.org.ogsadai.exception with parameters of type ErrorID | |
DAIException(ErrorID errorID)Constructs an exception corresponding to the given error ID. |
|
DAIException(ErrorID errorID, java.lang.Object[] parameters)Constructs an exception corresponding the given error ID and parameters. |
|
DAIUncheckedException(ErrorID errorID)Constructs an exception corresponding to the given error ID. |
|
DAIUncheckedException(ErrorID errorID, java.lang.Object[] parameters)Constructs an exception corresponding the given error ID and parameters. |
|
DAIAuthorizationException(ErrorID errorID)Constructs an exception corresponding to the given error ID. |
|
DAIAuthorizationException(ErrorID errorID, java.lang.Object[] parameters)Constructs an exception corresponding the given error ID and parameters. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||