uk.org.ogsadai.exception
Class ErrorID

java.lang.Object
  |
  +--uk.org.ogsadai.common.msgs.MessageID
        |
        +--uk.org.ogsadai.exception.ErrorID

public class ErrorID
extends MessageID

Class for textual error identifiers used in internationalization.

Author:
The OGSA-DAI Project Team

Field Summary
static ErrorID ACTIVITY_ACCESS_AUTHORIZATION_ERROR
          Raised when there the user is not authorized to execute an activity on a data service resource.
static ErrorID ACTIVITY_AUTHORIZATION_ERROR
          There was an authorization failure during the execution of an activity.
static ErrorID ACTIVITY_CONTEXT_CONTAINS_NO_SUCH_STREAM
          Raised when there is an attempt to access an input or output stream from the activity context which does not exist.
static ErrorID ACTIVITY_CONTEXT_STREAM_DUPLICATION
          Raised 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 ACTIVITY_CREATION_ERROR
          There was an error during the creation of an activity.
static ErrorID ACTIVITY_EXECUTION_ERROR
          There was an error during the execution of an activity.
static ErrorID ACTIVITY_INITIALISATION_ERROR
          Raised when there is a problem initialising an activity.
static ErrorID ACTIVITY_INITIALISATION_ERROR_WITH_DETAILS
          Raised when there is a problem initialising an activity.
static ErrorID ACTIVITY_PIPE_ACCESS_ERROR
          Raised when there is an attempt to access a pipe when a request is not processing.
static ErrorID ACTIVITY_PIPELINE_PROBLEM_PREPARING_ACTIVITY
          Raised when there is a problem configuring or initialising the context and session of an activity.
static ErrorID ACTIVITY_SPECIFICATION_ERROR
          There was an error during the execution of an activity, that was caused by the activity settings.
static ErrorID ACTIVITY_SPECIFICATION_PARAMETER_ERROR
          There was an error during the execution of an activity, that was caused by the activity settings.
static ErrorID ACTIVITY_TYPES_CREATION_ERROR
          Raised when there is a problem creating an activity types document from activity configurations.
static ErrorID ASSEMBLE_PERFORM_DOCUMENT_ERROR
          An error occured during the contstruction of a Perform document schema from an activity configuration document.
static ErrorID AUTH_EXECUTION_ERROR
          A problem occurred when doing authorization.
static ErrorID AUTHORISATION_FAULT
          Authorisation fault - destined for client-side.
static ErrorID AUTHORIZATION_INITIALISATION_ERROR
          Problem when trying to load the authorization class.
static ErrorID BLOCK_AGGREGATOR_SIZE_ERROR
          Size given to blockAggregator activity is erroneous.
static ErrorID BLOCK_MAKER_ERROR
          Error message when a uk.org.ogsadai.common.BlockMaker runs into problems when accessing a block.
static ErrorID BUFFER_DATA_FOR_RESPONSE_ERROR
          Error when buffering data for response.
static ErrorID CANNOT_CREATE_STATIC_SESSION_ATTRIBUTE
          Raised when there is a problem instantiating the value object for a static session attribute.
static ErrorID CANNOT_FIND_DN_USING_DEFAULT
          A distinguished name cannot be found.
static ErrorID CANNOT_REMOVE_OR_MODIFY_ATTRIBUTE
          Raised when an attempt is made to remove or modify a static session attribute.
static ErrorID CLASS_CREATE_ERROR
          Cannot create an instance of a class.
static ErrorID CLASS_IS_WRONG_TYPE
          The specified class is not an instance of the specified type.
static ErrorID CLASS_METHOD_INVOCATION_ERROR
          Unable to invoke a method of a class.
static ErrorID CLASS_MISSING_INTERFACE
          Class does not implement a specific interface.
static ErrorID CLASS_MISSING_METHOD
          Class does not implement the expected method.
static ErrorID CLASS_NOT_FOUND
          The specified class cannot be found.
static ErrorID CLASS_SECURITY_ERROR
          Security error accessing a method of a class.
static ErrorID COG_UTILS_ACCESS_ERROR
          A problem arose when accessing Java CoG utilities.
static ErrorID CONFIGURABLE_ACTIVITY_CONFIG_ERROR
          Error occurred during the configuration of a configurable activity.
static ErrorID CONFIGURABLE_ACTIVITY_CONFIG_PROPERTY_ERROR
          There is a problem with an activity configuration property.
static ErrorID CONFIGURABLE_ACTIVITY_CONFIG_PROPERTY_MISSING_ERROR
          An activity configuration property is missing.
private static java.lang.String COPYRIGHT_NOTICE
          Copyright statement
static ErrorID COULD_NOT_MAP_AXIS_FAULT
          An Axis fault could not be mapped to an OGSA-DAI fault as there is no mapping defined.
static ErrorID CREATE_DAI_FAULT_ERROR
          A problem was encountered when trying to create an OGSA-DAI fault.
static ErrorID CREATE_RESOURCE_CONFIG_DIR_ERROR
          Problem in creating data service resource configuration files directory.
static ErrorID CREATE_RESOURCE_CONFIG_FILE_ERROR
          Problem in creating data service resource configuration file.
static ErrorID CREDENTIAL_EXTRACTION_ERROR
          Credential extraction error.
static ErrorID CRYPTOGRAPHY_ERROR
          General problem in encryption or decryption.
static ErrorID CSV_CONFIGURATION_ERROR
          CSV data is not of the expected format.
static ErrorID CSV_PARSE_ERROR
          CSV data is not of the expected format.
static ErrorID CTK_DATA_FORMAT_ACTUAL_ERROR
          Exception thrown when the client toolkit runs into a problem parsing data as it's not in an expected format.
static ErrorID CTK_DATA_FORMAT_ERROR
          Exception thrown when the client toolkit runs into a problem parsing data as it's not in an expected format.
static ErrorID CTK_DATA_FORMAT_EXPECTED_ERROR
          Exception thrown when the client toolkit runs into a problem parsing data as it's not in an expected format.
static ErrorID CTK_DESERIALIZATION_ERROR
          Exception thrown when there is an internal client tookit error when deserializing data.
static ErrorID CTK_EXTERNAL_ERROR
          Exception thrown when there is a problem arising from a non-OGSA-DAI component used by the client toolkit.
static ErrorID CTK_NO_ACTIVITY_OUTPUT_ERROR
          Exception thrown when an attempt is made to get data from a client toolkit activity object which has no data.
static ErrorID CTK_PERFORM_DOC_ERROR
          Exception thrown when there is an internal client tookit error when constructing the Perform document.
static ErrorID CTK_REQUEST_EXECUTION_ERROR
          Client toolkit representation of failure due to error in user's request.
static ErrorID CTK_REQUEST_STATUS_ERROR
          Exception thrown when a request status indicates a problem.
static ErrorID CTK_RESOURCE_PROPERTIES_ERROR
          A problem was encountered by the client toolkit when extracting resource properties.
static ErrorID CTK_RESOURCE_PROPERTY_ERROR
          A problem was encountered by the client toolkit when extracting a resource property.
static ErrorID CTK_RESPONSE_ERROR
          A problem was encountered by the client toolkit when processing a Response document.
static ErrorID CTK_SERVICE_TYPE_ERROR
          Exception 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 CTK_SOAP_ATTACHMENT_ERROR
          A problem was encountered by the client toolkit when extracting soap attachments.
static ErrorID CTK_SOAP_ERROR
          Exception thrown when there is an internal client tookit error when processing a SOAP request.
static ErrorID CTK_STREAM_DATA_ERROR
          Error message when a problem is encountered when streaming data from a service.
static ErrorID CTK_UNEXPECTED_URL_ERROR
          Exception thrown when there is an unexpected problem with a URL when constructing an OGSA-DAI WSRF SOAP request.
static ErrorID CTK_UNKNOWN_PROPERTY_ERROR
          Exception thrown when client requests a property unknown to a data service resource.
static ErrorID CTK_UNKNOWN_REQUEST_STATUS_ERROR
          Exception thrown when there is an internal client tookit error when parsing a request status property and an unknown value is encountered.
static ErrorID CTK_XML_PARSE_ERROR
          Client toolkit XML parse error.
static ErrorID CTK_XMLDB_RESOURCE_ERROR
          Exception thrown when the client toolkit runs into a problem with an XMLDB resource provided by a client.
static ErrorID CUSTOMISE_RESOURCE_CONFIG_FILE_ERROR
          Problem in customising data service resource configuration file.
static ErrorID DAI_CONFIG_DIR_ERROR
          Problem with OGSA-DAI configuration files directory.
static ErrorID DATA_RESOURCE_ACCESSOR_CONFIG_ERROR
          A problem was encountered when accessing the configuration of a data resource accessor for a data service resource.
static ErrorID DATA_RESOURCE_ACCESSOR_CREATION_ERROR
          A problem was encountered when creating a data resource accessor class for a data service resource.
static ErrorID DATA_RESOURCE_ACCESSOR_META_DATA_ERROR
          A problem was encountered when creating data resource accessor meta data for a data service resource.
static ErrorID DATA_RESOURCE_ACCESSOR_SETUP_ERROR
          A problem was encountered when setting up data resource accessor for a data service resource.
static ErrorID DATA_RESOURCE_AUTH_ERROR
          Raised when there the user is not authorized to access a data resource.
static ErrorID DATA_SERVICE_RESOURCE_AUTHORIZATION_ERROR
          Raised when the user is not authorized to access a data service resource.
static ErrorID DATA_SERVICE_RESOURCE_CREATION_ERROR
          Data service resource cannot be created.
static ErrorID DATA_SERVICE_RESOURCE_FACTORY_UTIL_CREATE_ERROR
          Error occurred when creating a data service resource factory utility object.
static ErrorID DATA_SERVICE_RESOURCE_FILE_ERROR
          Could not load a data service resource file.
static ErrorID DATA_STORE_XML_TEXT_ERROR
          Error when the dataStore activity is given text data that is an XML fragment Parameters: None.
static ErrorID DEPLOYMENT_PARAM_PARSE_ERROR
          The value for an OGSA-DAI data service deployment descriptor parameter {0} is not a {1}.
static ErrorID DIR_FOUND
          Found the specified directory when didn't expect to.
static ErrorID DIR_NOT_DIR
          The specified directory is not actually a directory.
static ErrorID DIR_NOT_FOUND
          Unable to find the specified directory.
static ErrorID DIR_READ_ERROR
          Directory cannot be read.
static ErrorID DOCUMENT_VALIDATION_ERROR
          An error occured when a document was being validated in an application-specific way.
static ErrorID DUPLICATE_ACTIVITY_PROPERTY_KEY
          An activity property key has been duplicated.
static ErrorID DUPLICATE_PIPE_ERROR
          Two or more pipes in a request have the same name.
static ErrorID DYNAMIC_DATA_SERVICE_RESOURCE_CREATION_ERROR
          Dynamic data service resource cannot be created.
static ErrorID DYNAMIC_DATA_SERVICE_RESOURCE_REMOVAL_ERROR
          Dynamic data service resource cannot be removed.
static ErrorID DYNAMIC_PROPERTY_CREATION_ERROR
          A problem was encountered when creating dynamic property.
static ErrorID EPR_CONSTRUCTION_ERROR
          Unable to construct an end point reference.
static ErrorID EXPIRED_CREDENTIAL_ERROR
          Expired credential error.
static ErrorID EXTERNAL_MODULE_ERROR
          A problem was encountered in an external module which was beyond the control of OGSA-DAI.
static ErrorID FILE_ALREADY_EXISTS
          File already exists.
static ErrorID FILE_CONTENT_ERROR
          Error in the contents of a file.
static ErrorID FILE_CREATE_ERROR
          A file failed to be created.
static ErrorID FILE_DELETE_ERROR
          A file failed to be deleted.
static ErrorID FILE_FOUND
          Found the specified file when didn't expect to.
static ErrorID FILE_LOCK_ERROR
          File lock failed to occur.
static ErrorID FILE_MATCH_EXPR_ERROR
          Expression for matching to contents of files is erroneous.
static ErrorID FILE_NOT_FILE
          The specified file is not actually a file.
static ErrorID FILE_NOT_FOUND
          Unable to find the specified file.
static ErrorID FILE_READ_AUTH_ERROR
          Raised when there the user is not authorized to read a file or directory.
static ErrorID FILE_READ_ERROR
          File cannot be read.
static ErrorID FILE_READ_IO_ERROR
          IO error when reading file.
static ErrorID FILE_RENAME_ERROR
          A file failed to be renamed.
static ErrorID FILE_WRITE_AUTH_ERROR
          Raised when there the user is not authorized to write a file or directory.
static ErrorID FILE_WRITE_ERROR
          File cannot be written to.
static ErrorID FILE_WRITE_IO_ERROR
          IO error when writing file.
static ErrorID FILES_RESOURCE_USE_ERROR
          A problem was encountered when using a files data resource.
static ErrorID GRID_CREDENTIAL_ACCESS_ERROR
          An error was encountered when trying to access a Grid credential.
static ErrorID GT_RESOURCE_CONTEXT_ERROR
          Problem in accessing resource context from GT infrastructure.
static ErrorID GT_RESOURCE_ERROR
          Problem in accessing resource information from GT infrastructure.
static ErrorID GT_RESOURCE_PROPERTY_ADD_ERROR
          Exception 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 GT_RESOURCE_PROPERTY_REMOVE_ERROR
          Exception 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 ILLEGAL_CONCURRENCY_SETTING_ERROR
          Illegal concurrency setting.
static ErrorID ILLEGAL_DELIMITER_ERROR
          An illegal delimiter was specified.
static ErrorID ILLEGAL_INDEXED_FILE_QUERY_ERROR
          Illegal indexed file search query.
static ErrorID INTERNAL_FAULT
          Internal fault - destined for client-side.
static ErrorID INVALID_ACTIVITY_CLASS
          An activity class does not sub-class a required OGSA-DAI activity class so is not a proper activity implementation.
static ErrorID INVALID_COLUMN_INDEX
          A problem encountered when trying a webrowset projection onto invalid column name Parameter 1: The string that the error occured.
static ErrorID INVALID_COLUMN_NAME
          A problem encountered when trying a webrowset projection onto invalid column name Parameter 1: The string that the error occured.
static ErrorID INVALID_PARAMETER
          Error 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 IO_ERROR
          IO error when reading from an input stream or writing to an output stream.
static ErrorID JDBC_CONNECTION_ACCESS_ERROR
          Raised when there is an error accessing a JDBC connection.
static ErrorID JDBC_CONNECTION_USE_ERROR
          Raised when there is an error using a JDBC connection.
static ErrorID MALFORMED_REGEXP_PATTERN
          Error message when a malformed Regular Expression pattern is specified.
static ErrorID MALFORMED_RELATIVE_URL_ERROR
          A relative URL is malformed.
static ErrorID MALFORMED_REPLACEMENT_STRING_ERROR
          A replacement string is malformed.
static ErrorID MALFORMED_URL_ERROR
          A URL is malformed.
static ErrorID MAXIMUM_SESSION_PARTICIPANTS_EXCEEDED
          Maximum number of session participants exceeded.
static ErrorID MAXIMUM_TIMEOUT_EXCEEDED
          Raised when there is a request for a new session with a timeout value beyond the maximum allowable timeout.
static ErrorID MDS_REGISTRATION_ERROR
          Error registering with MDS service.
static ErrorID MDS_REGISTRATION_FAILURE
          Failed to register with the MDS service.
private  java.lang.String mErrorID
           
static ErrorID MESSAGE_CONTEXT_ERROR
          Service could not determine current MessageContext.
static ErrorID META_DATA_AUTH_ERROR
          Raised when there the user is not authorized to access data resource meta data.
static ErrorID META_DATA_EXTRACTION_ERROR
          Raised when there is a problem extracting data resource meta data.
static ErrorID META_DATA_SKIPPED_ERROR
          A user supplied meta data element has been excluded due to an error while trying to create it.
static ErrorID MISSING_CREDENTIAL_ERROR
          Missing credential error.
static ErrorID MISSING_DEPLOYMENT_PARAM_ERROR
          A value for an OGSA-DAI data service deployment descriptor parameter {0} cannot be found.
static ErrorID MISSING_MESSAGE_BUNDLE_ERROR
          Error used when message bundle is missing.
static ErrorID MISSING_MESSAGE_ERROR
          Error used when message is missing.
static ErrorID MISSING_PERFORM_DOC_ERROR
          Perform document is missing from client request to service's Perform operation.
static ErrorID MISSING_SQL_PARAMETER_ERROR
          The value of an SQL parameter is missing.
static ErrorID MISSING_SYSTEM_PROPERTY_ERROR
          A value for an OGSA-DAI system property is missing.
static ErrorID MISSING_XSLT_ERROR
          Missing XSLT transform in xsltTransform activity Parameters: none.
static ErrorID NO_ANALYZER_FOR_INDEXED_FILE_ERROR
          No analyser is recorded for an indexed file type.
static ErrorID NO_EXISTING_FILE_LOCK_ERROR
          File lock cannot be relinquished as it does not exist.
static ErrorID NO_GRID_CREDENTIAL_DEFAULT_ERROR
          There is no Grid credential.
static ErrorID NO_GRID_CREDENTIAL_ERROR
          There is no Grid credential.
static ErrorID NO_INDEXER_FOR_INDEXED_FILE_ERROR
          No indexer is recorded for an indexed file type.
static ErrorID NO_SUCH_RESOURCE_ID_ERROR
          A data service resource with the specified ID does not exist.
static ErrorID NO_SUCH_SESSION
          Raised when a request attempts to join, access or otherwise interact with a session that does not exist.
static ErrorID NON_INCREASING_SEQUENCE_ERROR
          A sequence is non increasing.
static ErrorID NON_OGSA_DAI_COMPLIANT_ERROR
          Error 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 NULL_ACTIVITY_FACTORY_ERROR
          No activity factory was provided.
static ErrorID NULL_CONCURRENCY_SETTINGS_ERROR
          No concurrency settings were provided.
static ErrorID NULL_DATA_RESOURCE_ERROR
          No data resource was provided.
static ErrorID NULL_RESOURCE_ID_ERROR
          No data service resource ID was provided.
static ErrorID NULL_SECURITY_CONTEXT_PROVIDER_ERROR
          No security context provider was provided.
static ErrorID NULL_SESSION_COORDINATOR_ERROR
          No session coordinator was provided.
static ErrorID NUMBER_FORMAT_ERROR
          A problem encountered when parsing a String that should consist of numeric values.
static ErrorID NUMBER_LESS_THAN_BOUNDS_ERROR
          A value was less than a bound.
static ErrorID NUMBER_OUT_OF_BOUNDS_ERROR
          A value was out of bounds.
static ErrorID OMII_SECURITY_CONTEXT_UNAVAILABLE_ERROR
          OMII security context was not found or unavailable.
static ErrorID OMII_SECURITY_DN_NOT_FOUND_ERROR
          OMII security principal DN was not found.
static ErrorID OUT_OF_MEMORY_ERROR
          Risk of a Java "Out of Memory" error occurring.
static ErrorID PATH_NOT_DIRECTORYXXXX
          A path is not a directory.
static ErrorID PERSIST_RESOURCE_NAME_FILE_ERROR
          Problem in persisting data service resource name in data service resources file.
static ErrorID PROPERTY_IMMUTABLE_ERROR
          Exception thrown when an attempt is made to set the value of an immutable property.
static ErrorID PROPERTY_VALUE_ERROR
          Exception thrown when there is a problem accessing a property value.
static ErrorID READ_IO_ERROR
          IO error when reading.
static ErrorID READER_CLOSED_ERROR
          An attempt to access a closed java.io.Reader.
static ErrorID RELATIONAL_SCHEMA_PARSE_ERROR
          Relational database schema meta data recieved from service is not of the expected format.
static ErrorID REMOVE_RESOURCE_NAME_FILE_ERROR
          Problem in removing data service resource name in data service resources file.
static ErrorID REQUEST_AUTHORIZATION_ERROR
          There was an authorization failure during the execution of the request.
static ErrorID REQUEST_CREATION_ERROR
          There was an error during the creation of an internal representation of the request.
static ErrorID REQUEST_EXECUTION_ERROR
          There was an error during the execution of the request.
static ErrorID REQUEST_EXECUTION_FAILURE
          The request completely failed to execute.
static ErrorID REQUEST_MAX_REACHED_ERROR
          The maximum number of requests that can be processed and queued has been reached.
static ErrorID REQUEST_SPECIFICATION_ERROR
          There was an error during the execution of the request that was caused by information in the request.
static ErrorID REQUEST_SPECIFICATION_PARTIAL_RESPONSE_ERROR
          There was an error during the execution of the request that was caused by information in the request.
static ErrorID RESOURCE_BUSY_ERROR
          Resource busy error.
static ErrorID RESOURCE_ID_ALREADY_ASSIGNED_ERROR
          Proposed data service resource ID has already been assigned to an existing data service resource.
static ErrorID RESOURCE_KEY_INVALID_ERROR
          Exception thrown when an invalid resource key is provided.
static ErrorID RESOURCE_READ_IO_ERROR
          Raised when there is an IO error when reading from a java resource.
static ErrorID RESOURCE_REQUEST_AUTHORIZATION_ERROR
          There was an authorization failure during the execution of the request by a resource.
static ErrorID RESOURCE_REQUEST_EXECUTION_ERROR
          There was an error during the execution of the request by a resource.
static ErrorID RESOURCE_REQUEST_SPECIFICATION_ERROR
          There was an error during the execution of the request, by a resource, that was caused by information in the request.
static ErrorID RESOURCE_UNKNOWN_ERROR
          Resource unknown error.
static ErrorID RESPONSE_ERROR
          Request failed due to failure of one or more activities.
static ErrorID RESULTSET_HANDLER_COLUMN_ERROR
          Problem arising when trying to convert a ResultSet column to another format.
static ErrorID RESULTSET_HANDLER_ERROR
          Problem arising when trying to convert a ResultSet to another format.
static ErrorID RESULTSET_TABLE_METADATA_ERROR
          Problem arising when trying to access metadata about a table from a ResultSet.
static ErrorID ROLE_MAP_AUTH_ERROR
          An authorization error when using a role mapper.
static ErrorID ROLE_MAP_CANNOT_AUTH_ERROR
          Role map authorization failed due to some error.
static ErrorID ROLE_MAP_CONFIG_ERROR
          Role map configuration error.
static ErrorID ROLE_MAPPER_CREATION_ERROR
          A problem arose when creating a role mapper.
static ErrorID SECURITY_HELPER_CONFIGURATION_ERROR
          An error was encountered when configuring a security helper.
static ErrorID SERIALIZATION_ERROR
          General problem in deserializing an XML message.
static ErrorID SERVER_ERROR
          A server-side error occurred.
static ErrorID SERVICE_COMMS_ERROR
          Exception thrown when the client toolkit has problems contacting a service.
static ErrorID SERVICE_GROUP_REGISTRATION_CONFIG_ERROR
          Unable to configure Globus Toolkit to register with a service group.
static ErrorID SERVICE_GROUP_REGISTRATION_ERROR
          Error registering with a service group.
static ErrorID SERVLET_STREAM_ACCESS_ERROR
          A client requested information from a servlet but provided an erroneous request.
static ErrorID SESSION_ADMITS_ONLY_ONE_PARTICIPANT
          Used by session implementations which only allow a single participant to join them.
static ErrorID SESSION_ATTR_CREATION_ERROR
          A problem was encountered when creating a session attribute.
static ErrorID SESSION_ATTR_VALUE_CREATION_ERROR
          A problem was encountered when creating the value of a session attribute.
static ErrorID SESSION_CONFIG_FILE_ERROR
          Raised when there is a problem loading and parse the session configuration file.
static ErrorID SESSION_COORDINATOR_CREATION_ERROR
          A problem was encountered when creating a new session coordinator.
static ErrorID SESSION_CREATION_ERROR
          A problem was encountered when creating a new session.
static ErrorID SESSION_JOIN_DENIED_ERROR
          A participant is not permitted to join a session.
static ErrorID SESSION_JOIN_ERROR
          A problem was encountered when joining a participant to a session.
static ErrorID SESSION_LOOKUP_ERROR
          A problem was encountered when looking up a session.
static ErrorID SESSION_MANAGER_CREATION_ERROR
          A problem was encountered when creating a session manager.
static ErrorID SESSION_MANAGER_FACTORY_CREATION_ERROR
          A problem was encountered when creating a session manager factory.
static ErrorID SESSION_MANAGER_FACTORY_IMPLEMENTATION_ERROR
          Raised when the session configuration file specifies a SessionManagerFactory implementation class that does not implement the SessionManagerFactory interface.
static ErrorID SESSION_MANAGER_FACTORY_INSTANTIATION_ERROR
          Raised when the SessionManagerFactory implementation class specified in the session configuration cannot be instantiated.
static ErrorID SESSION_RELEASE_ERROR
          A problem was encountered when releasing a participant from a session.
static ErrorID SESSION_REQUEST_ERROR
          A request violates session specific conditions for example multiple external input streams have the same name.
static ErrorID SESSION_STREAM_CLOSED
          Raised when there is an attempt to write to a session stream that has already been closed.
static ErrorID SESSION_STREAM_DUPLICATION
          Raised when there is an attempt to add a new session stream with a name that already exists within the session.
static ErrorID SESSION_STREAM_READ_WRITE_ERROR
          Raised when there is a problem reading or writing to the specified session stream.
static ErrorID SESSION_STREAM_REQUEST_NOT_PROCESSING
          Raised 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 SESSION_TERMINATION_ERROR
          A problem was encountered when terminating a session.
static ErrorID SESSION_VIEW_CREATION_ERROR
          A problem was encountered when creating a session view.
static ErrorID SQL_CONNECT_ERROR
          SQL connect error.
static ErrorID SQL_PARAMETER_ACCESS_ERROR
          There was an error during the access of an SQL parameter value.
static ErrorID SQL_PARAMETER_DUPLICATION_ERROR
          The same parameter has been specified twice in a request.
static ErrorID SQL_PARAMETER_SETUP_ERROR
          There was an error during the setup of an SQL parameter.
static ErrorID SQL_PARAMETERS_UNSUPPORTED_ERROR
          SQL parameters are not supported.
static ErrorID STATIC_SESSION_ATTR_ERROR
          Raised when an attempt is made to set the value of or remove a static session attribute.
static ErrorID STATIC_SESSION_ATTRIBUTE_CLASS_NOT_FOUND
          Raised when the value object for a static session attribute cannot be found, thus preventing the construction of a static session attribute.
static ErrorID TEMP_FILE_ERROR
          Raised when unable to create to write to a temporary file.
static ErrorID THIRD_PARTY_COMPONENT_ERROR
          Raised when an error occurs in a third-party component of OGSA-DAI.
static ErrorID UNABLE_TO_ACCESS_SESSION_STREAM
          Raised when there is a problem accessing a specified session stream.
static ErrorID UNABLE_TO_CLOSE_JDBC_CONNECTION
          Unable to close a JDBC connection.
static ErrorID UNABLE_TO_CLOSE_XMLDB_COLLECTION
          Raised when there is an error closing an XMLDB collection.
static ErrorID UNKNOWN_DATA_TRANSPORT_STREAM
          Raised when an attempt is made to access an input/output stream that is unknown to a data service resource.
static ErrorID UNKNOWN_HOST_ERROR
          Unable to determine host upon which OGSA-DAI is executing.
static ErrorID UNKNOWN_SMTP_HOST_ERROR
          Unknown SMTP host.
static ErrorID UNREGISTERED_SERIALIZATION_ERROR
          No deserializer for an XML message type.
static ErrorID UNSUPPORTED_ACTIVITY_ERROR
          Activity is unsupported.
static ErrorID UNSUPPORTED_BLOCK_ERROR
          An unsupported block of some type has been encountered.
static ErrorID UNSUPPORTED_OPERATION_ERROR
          Exception thrown when a service does not support an operation which the client toolkit attempts to invoke.
static ErrorID UNSUPPORTED_REGEXP_PATTERN_FORMAT
          Error message when an unsupported Regular Expression pattern format is specified.
static ErrorID UNSUPPORTED_SERIALIZATION_ERROR
          Type of an XML message fragment is unsupported.
static ErrorID UNSUPPORTED_URL_PROTOCOL
          A URL protocol is unsupported.
static ErrorID URL_CONTENT_ERROR
          Error in the contents of a URL.
static ErrorID URL_READ_IO_ERROR
          IO error when reading URL.
static ErrorID WEBROWSET_PARSE_ERROR
          WebRowSet data is not of the expected format.
static ErrorID WEBROWSET_RESULTSET_PARSE_ERROR
          Problem encountered when parsing a WebRowSet into a ResultSet.
static ErrorID WSRF_INVALID_DATA_SERVICE_RESOURCE_ERROR
          Exception 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 WSRF_MISSING_KEY_CLASS_ERROR
          Exception thrown when OGSA-DAI data service resource key cannot be created due to the name of the key's class being missing.
static ErrorID XML_EMPTY_ATTR_ERROR
          XML parse error - missing attribute value in element.
static ErrorID XML_EMPTY_ELT_ERROR
          XML parse error - missing element value.
static ErrorID XML_FILE_ERROR
          A problem was encountered when accessing an XML file.
static ErrorID XML_MISSING_ATTR_ERROR
          XML parse error - missing attribute in element.
static ErrorID XML_MISSING_ELT_ERROR
          XML parse error - missing element.
static ErrorID XML_PARSE_ERROR
          XML parse error with exception message.
static ErrorID XML_PARSE_ERROR_NO_LOCATION
          XML parse error.
static ErrorID XML_PARSE_ERROR_WITH_LOCATION
          XML parse error with a line and column location.
static ErrorID XML_PROCESSING_ERROR
          A problem was encountered when processing an XML document that is not due to a problem in a document being parsed.
static ErrorID XMLDB_COLLECTION_ACCESS_ERROR
          Raised when there is an error accessing an XMLDB collection.
static ErrorID XMLDB_COLLECTION_USE_ERROR
          Raised when there is an error using an XMLDB collection.
static ErrorID XMLDB_COMMAND_CREATION_ERROR
          Raised when there is a problem in creating an XMLDB command object.
static ErrorID XMLDB_COMMAND_EXECUTION_ERROR
          Raised when there is a problem in executing an XMLDB command object.
static ErrorID XMLDB_COMMAND_SPECIFICATION_ERROR
          Raised when there is a problem in the settings of an XMLDB command object as provided from a client.
static ErrorID XMLDB_CONTEXT_CONTAINS_NO_SUCH_STREAM
          Raised when there is an attempt to access an input or output stream from an XMLDB command context which does not exist.
static ErrorID XMLDB_CREATE_COLLECTION_ERROR
          Problem when trying to create a collection within another.
static ErrorID XMLDB_CREATE_RESOURCE_ERROR
          Problem when trying to create a resource within a collection.
static ErrorID XMLDB_LIST_COLLECTIONS_ERROR
          Problem when trying to list child collections of a collection.
static ErrorID XMLDB_LIST_RESOURCES_ERROR
          Problem when trying to list child resources of a collection.
static ErrorID XMLDB_REGISTRATION_ERROR
          Raised when there is an error registering an XMLDB database.
static ErrorID XMLDB_REMOVE_COLLECTION_ERROR
          Problem when trying to remove a collection from another.
static ErrorID XMLDB_REMOVE_RESOURCE_ERROR
          Problem when trying to remove a resource from a collection.
static ErrorID XMLDB_UNKNOWN_COLLECTION_ERROR
          Raised when an an XMLDB base collection is unknown.
static ErrorID XMLDB_UNKNOWN_SUBCOLLECTION_ERROR
          Raised when an an XMLDB subcollection is unknown.
static ErrorID XMLDB_UNSUPPORTED_COMMAND_ERROR
          Raised when an unsupported command is provided to an XMLDB command factory.
static ErrorID ZIP_ARCHIVE_COMMENT_LENGTH_ERROR
          The length of a comment given to zipArchive activity is erroneous.
 
Fields inherited from class uk.org.ogsadai.common.msgs.MessageID
MSG_ACTIVITY_FINISHED, MSG_ACTIVITY_INITIALISED, MSG_DEPLOYED_DATA_SERVICE_RESOURCE, MSG_FORWARDED_CLIENT_RESOURCE_RESPONSE, MSG_FORWARDED_CLIENT_RESPONSE, MSG_RECEIVED_CLIENT_REQUEST, MSG_RECEIVED_CLIENT_RESOURCE_REQUEST, MSG_REQUEST_JOINED_SESSION, MSG_SESSION_CREATED, MSG_SESSION_RELEASED_REQUEST, MSG_SESSION_TERMINATED, MSG_STATUS_CHANGED, MSG_UNDEPLOYED_DATA_SERVICE_RESOURCE, MSG_WITH_NO_PARAMETERS, MSG_WITH_TWO_PARAMETERS
 
Constructor Summary
ErrorID(java.lang.String errorID)
          Constructs a new error ID using the given string.
 
Method Summary
 java.lang.String toString()
          Gets the error ID as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
Copyright statement

See Also:
Constant Field Values

mErrorID

private java.lang.String mErrorID

SERVER_ERROR

public static final ErrorID SERVER_ERROR
A server-side error occurred.

No parameters.


FILE_NOT_FOUND

public static final ErrorID FILE_NOT_FOUND
Unable to find the specified file.

Parameter 1: File name.


FILE_FOUND

public static final ErrorID FILE_FOUND
Found the specified file when didn't expect to.

Parameter 1: File name.


FILE_ALREADY_EXISTS

public static final ErrorID FILE_ALREADY_EXISTS
File already exists.

Parameter 1: File name.


FILE_NOT_FILE

public static final ErrorID FILE_NOT_FILE
The specified file is not actually a file. i.e. it is probably a directory.

Parameter 1: File name.


DIR_NOT_FOUND

public static final ErrorID DIR_NOT_FOUND
Unable to find the specified directory.

Parameter 1: Directory name.


DIR_FOUND

public static final ErrorID DIR_FOUND
Found the specified directory when didn't expect to.

Parameter 1: Directory name.


DIR_NOT_DIR

public static final ErrorID DIR_NOT_DIR
The specified directory is not actually a directory. i.e. it is probably a file.

Parameter 1: Directory name.


DIR_READ_ERROR

public static final ErrorID DIR_READ_ERROR
Directory cannot be read.

Parameter 1: Directory name.


FILE_READ_ERROR

public static final ErrorID FILE_READ_ERROR
File cannot be read.

Parameter 1: File name.


FILE_READ_IO_ERROR

public static final ErrorID FILE_READ_IO_ERROR
IO error when reading file.

Parameter 1: File name.


READ_IO_ERROR

public static final ErrorID READ_IO_ERROR
IO error when reading.

Parameters: none.


FILE_WRITE_ERROR

public static final ErrorID FILE_WRITE_ERROR
File cannot be written to.

Parameter 1: File name.


FILE_WRITE_IO_ERROR

public static final ErrorID FILE_WRITE_IO_ERROR
IO error when writing file.

Parameter 1: File name.


IO_ERROR

public static final ErrorID IO_ERROR
IO error when reading from an input stream or writing to an output stream.

Parameter 1: Message from exception.


FILE_CONTENT_ERROR

public static final ErrorID FILE_CONTENT_ERROR
Error in the contents of a file. Typically more details will be provided by child errors. This is useful to put a wrapper around parse errors that do not contain the name of the file.

Parameter 1: File name.


FILE_RENAME_ERROR

public static final ErrorID FILE_RENAME_ERROR
A file failed to be renamed.

Parameter 1: File name.


FILE_DELETE_ERROR

public static final ErrorID FILE_DELETE_ERROR
A file failed to be deleted.

Parameter 1: File name.


FILE_CREATE_ERROR

public static final ErrorID FILE_CREATE_ERROR
A file failed to be created.

Parameter 1: File name.


URL_CONTENT_ERROR

public static final ErrorID URL_CONTENT_ERROR
Error in the contents of a URL. Typically more details will be provided by child errors. This is useful to put a wrapper around parse errors that do not contain the name of the URL.

Parameter 1: URL.


URL_READ_IO_ERROR

public static final ErrorID URL_READ_IO_ERROR
IO error when reading URL.

Parameter 1: URL.


CLASS_IS_WRONG_TYPE

public static final ErrorID CLASS_IS_WRONG_TYPE
The specified class is not an instance of the specified type.

Parameter 1: Source class name. Parameter 2: Destination class name - the source class must be assignable to this type.


CLASS_NOT_FOUND

public static final ErrorID CLASS_NOT_FOUND
The specified class cannot be found.

Parameter 1: Class name.


CLASS_CREATE_ERROR

public static final ErrorID CLASS_CREATE_ERROR
Cannot create an instance of a class.

Parameter 1: Class name.


CLASS_MISSING_INTERFACE

public static final ErrorID CLASS_MISSING_INTERFACE
Class does not implement a specific interface.

Parameter 1: Class name. Parameter 2: Interface name.


CTK_XML_PARSE_ERROR

public static final ErrorID CTK_XML_PARSE_ERROR
Client toolkit XML parse error.

Parameters: None


XML_PARSE_ERROR_WITH_LOCATION

public static final ErrorID XML_PARSE_ERROR_WITH_LOCATION
XML parse error with a line and column location.

Parameter 1: Line number. Parameter 2: Column number.


XML_PARSE_ERROR_NO_LOCATION

public static final ErrorID XML_PARSE_ERROR_NO_LOCATION
XML parse error.

Parameters: None.


XML_MISSING_ELT_ERROR

public static final ErrorID XML_MISSING_ELT_ERROR
XML parse error - missing element.

Parameter 1: Missing element.


XML_EMPTY_ELT_ERROR

public static final ErrorID XML_EMPTY_ELT_ERROR
XML parse error - missing element value.

Parameter 1: Missing element value


XML_MISSING_ATTR_ERROR

public static final ErrorID XML_MISSING_ATTR_ERROR
XML parse error - missing attribute in element.

Parameter 1: Element. Parameter 2: Missing attribute.


XML_EMPTY_ATTR_ERROR

public static final ErrorID XML_EMPTY_ATTR_ERROR
XML parse error - missing attribute value in element.

Parameter 1: Element. Parameter 2: Missing attribute.


COG_UTILS_ACCESS_ERROR

public static final ErrorID COG_UTILS_ACCESS_ERROR
A problem arose when accessing Java CoG utilities.

Parameters: none.


ROLE_MAPPER_CREATION_ERROR

public static final ErrorID ROLE_MAPPER_CREATION_ERROR
A problem arose when creating a role mapper.

Parameters: none.


ROLE_MAP_CONFIG_ERROR

public static final ErrorID ROLE_MAP_CONFIG_ERROR
Role map configuration error.

Parameters: none.


ROLE_MAP_CANNOT_AUTH_ERROR

public static final ErrorID ROLE_MAP_CANNOT_AUTH_ERROR
Role map authorization failed due to some error.

Parameters: none.


UNABLE_TO_CLOSE_JDBC_CONNECTION

public static final ErrorID UNABLE_TO_CLOSE_JDBC_CONNECTION
Unable to close a JDBC connection.

Parameters: none.


JDBC_CONNECTION_USE_ERROR

public static final ErrorID JDBC_CONNECTION_USE_ERROR
Raised when there is an error using a JDBC connection. Parameter 1: name of connection URI


JDBC_CONNECTION_ACCESS_ERROR

public static final ErrorID JDBC_CONNECTION_ACCESS_ERROR
Raised when there is an error accessing a JDBC connection. Parameter 1: name of connection URI Parameter 2: User name used to obtain connection


SQL_CONNECT_ERROR

public static final ErrorID SQL_CONNECT_ERROR
SQL connect error.

Parameter 1: URI of database connecting to. Parameter 2: User name connecting with. Parameter 3: Error message from exception.


CREDENTIAL_EXTRACTION_ERROR

public static final ErrorID CREDENTIAL_EXTRACTION_ERROR
Credential extraction error.

Parameter 1: Security model assumed e.g. GSS.


MISSING_CREDENTIAL_ERROR

public static final ErrorID MISSING_CREDENTIAL_ERROR
Missing credential error.

No parameters.


SECURITY_HELPER_CONFIGURATION_ERROR

public static final ErrorID SECURITY_HELPER_CONFIGURATION_ERROR
An error was encountered when configuring a security helper.

Parameters: none.


GRID_CREDENTIAL_ACCESS_ERROR

public static final ErrorID GRID_CREDENTIAL_ACCESS_ERROR
An error was encountered when trying to access a Grid credential.

Parameters: none.


NO_GRID_CREDENTIAL_ERROR

public static final ErrorID NO_GRID_CREDENTIAL_ERROR
There is no Grid credential.

Parameters: none.


NO_GRID_CREDENTIAL_DEFAULT_ERROR

public static final ErrorID NO_GRID_CREDENTIAL_DEFAULT_ERROR
There is no Grid credential.

Parameter 1: default credential that will be used.


ACTIVITY_PIPELINE_PROBLEM_PREPARING_ACTIVITY

public static final ErrorID ACTIVITY_PIPELINE_PROBLEM_PREPARING_ACTIVITY
Raised when there is a problem configuring or initialising the context and session of an activity. Parameter 1: The activity name


ACTIVITY_PIPE_ACCESS_ERROR

public static final ErrorID ACTIVITY_PIPE_ACCESS_ERROR
Raised when there is an attempt to access a pipe when a request is not processing. Parameters 1: Current request status.


RELATIONAL_SCHEMA_PARSE_ERROR

public static final ErrorID RELATIONAL_SCHEMA_PARSE_ERROR
Relational database schema meta data recieved from service is not of the expected format.

Parameter 1: Name of missing element.


RESULTSET_TABLE_METADATA_ERROR

public static final ErrorID RESULTSET_TABLE_METADATA_ERROR
Problem arising when trying to access metadata about a table from a ResultSet.

Parameter 1: Catalog name. Parameter 2: Schema name. Parameter 3: Table name.


RESULTSET_HANDLER_COLUMN_ERROR

public static final ErrorID RESULTSET_HANDLER_COLUMN_ERROR
Problem arising when trying to convert a ResultSet column to another format.

Parameter 1: Column index.


RESULTSET_HANDLER_ERROR

public static final ErrorID RESULTSET_HANDLER_ERROR
Problem arising when trying to convert a ResultSet to another format.

Parameters: none.


WEBROWSET_PARSE_ERROR

public static final ErrorID WEBROWSET_PARSE_ERROR
WebRowSet data is not of the expected format.

Parameter 1: Name of missing element.


CSV_PARSE_ERROR

public static final ErrorID CSV_PARSE_ERROR
CSV data is not of the expected format.

Parameter 1: none


CSV_CONFIGURATION_ERROR

public static final ErrorID CSV_CONFIGURATION_ERROR
CSV data is not of the expected format.

Parameter 1: none


WEBROWSET_RESULTSET_PARSE_ERROR

public static final ErrorID WEBROWSET_RESULTSET_PARSE_ERROR
Problem encountered when parsing a WebRowSet into a ResultSet.

Parameter 1: None.


EXPIRED_CREDENTIAL_ERROR

public static final ErrorID EXPIRED_CREDENTIAL_ERROR
Expired credential error.

No parameters.


UNREGISTERED_SERIALIZATION_ERROR

public static final ErrorID UNREGISTERED_SERIALIZATION_ERROR
No deserializer for an XML message type.

Parameter 1: type name or "".


UNSUPPORTED_SERIALIZATION_ERROR

public static final ErrorID UNSUPPORTED_SERIALIZATION_ERROR
Type of an XML message fragment is unsupported.

Parameter 1: type name or "".


SERIALIZATION_ERROR

public static final ErrorID SERIALIZATION_ERROR
General problem in deserializing an XML message.

Parameter 0: message fragment causing problem.


ROLE_MAP_AUTH_ERROR

public static final ErrorID ROLE_MAP_AUTH_ERROR
An authorization error when using a role mapper.

Parameter 0: user credentials. Parameter 1: URI of database.


AUTH_EXECUTION_ERROR

public static final ErrorID AUTH_EXECUTION_ERROR
A problem occurred when doing authorization.

Parameters: none.


META_DATA_SKIPPED_ERROR

public static final ErrorID META_DATA_SKIPPED_ERROR
A user supplied meta data element has been excluded due to an error while trying to create it.

Parameter 0: Meta Data element qualified name. Parameter 1: Data resource name.


PATH_NOT_DIRECTORYXXXX

public static final ErrorID PATH_NOT_DIRECTORYXXXX
A path is not a directory.

Parameter 0: Path name.


SESSION_ADMITS_ONLY_ONE_PARTICIPANT

public static final ErrorID SESSION_ADMITS_ONLY_ONE_PARTICIPANT
Used by session implementations which only allow a single participant to join them.


NO_SUCH_SESSION

public static final ErrorID NO_SUCH_SESSION
Raised when a request attempts to join, access or otherwise interact with a session that does not exist. This may occur if a previously existing session expires. Parameter 1: ID of the session which does not exist.


SESSION_MANAGER_FACTORY_CREATION_ERROR

public static final ErrorID SESSION_MANAGER_FACTORY_CREATION_ERROR
A problem was encountered when creating a session manager factory. Parameters: none.


SESSION_MANAGER_CREATION_ERROR

public static final ErrorID SESSION_MANAGER_CREATION_ERROR
A problem was encountered when creating a session manager. Parameters: none.


SESSION_ATTR_CREATION_ERROR

public static final ErrorID SESSION_ATTR_CREATION_ERROR
A problem was encountered when creating a session attribute. Parameter 1: session attribute qualified name.


SESSION_ATTR_VALUE_CREATION_ERROR

public static final ErrorID SESSION_ATTR_VALUE_CREATION_ERROR
A problem was encountered when creating the value of a session attribute. Parameters: none.


MAXIMUM_SESSION_PARTICIPANTS_EXCEEDED

public static final ErrorID MAXIMUM_SESSION_PARTICIPANTS_EXCEEDED
Maximum number of session participants exceeded. Parameter 1: maximum number of session participants.


SESSION_REQUEST_ERROR

public static final ErrorID SESSION_REQUEST_ERROR
A request violates session specific conditions for example multiple external input streams have the same name. Parameter 1: session ID.


SESSION_JOIN_ERROR

public static final ErrorID SESSION_JOIN_ERROR
A problem was encountered when joining a participant to a session. Parameters: none.


SESSION_RELEASE_ERROR

public static final ErrorID SESSION_RELEASE_ERROR
A problem was encountered when releasing a participant from a session. Parameters: none.


SESSION_JOIN_DENIED_ERROR

public static final ErrorID SESSION_JOIN_DENIED_ERROR
A participant is not permitted to join a session. Parameters: none.


SESSION_CREATION_ERROR

public static final ErrorID SESSION_CREATION_ERROR
A problem was encountered when creating a new session. Parameters: none.


SESSION_COORDINATOR_CREATION_ERROR

public static final ErrorID SESSION_COORDINATOR_CREATION_ERROR
A problem was encountered when creating a new session coordinator. Parameters: none


SESSION_LOOKUP_ERROR

public static final ErrorID SESSION_LOOKUP_ERROR
A problem was encountered when looking up a session. Parameter 1: session ID.


SESSION_TERMINATION_ERROR

public static final ErrorID SESSION_TERMINATION_ERROR
A problem was encountered when terminating a session. Parameter 1: session ID.


SESSION_VIEW_CREATION_ERROR

public static final ErrorID SESSION_VIEW_CREATION_ERROR
A problem was encountered when creating a session view. Parameter 1: session ID.


UNABLE_TO_ACCESS_SESSION_STREAM

public static final ErrorID UNABLE_TO_ACCESS_SESSION_STREAM
Raised when there is a problem accessing a specified session stream. An exception of this type will normally contain a child exception describing the problem in more detail. Parameter 1: ID of the session Parameter 2: ID of the stream


SESSION_STREAM_READ_WRITE_ERROR

public static final ErrorID SESSION_STREAM_READ_WRITE_ERROR
Raised when there is a problem reading or writing to the specified session stream. An exception of this type will normally contain a child exception describing the problem in more detail. Parameter 1: ID of the session Parameter 2: ID of the stream


SESSION_STREAM_REQUEST_NOT_PROCESSING

public static final ErrorID SESSION_STREAM_REQUEST_NOT_PROCESSING
Raised 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. Parameter 1: ID of the session Parameter 2: ID of the stream


SESSION_STREAM_CLOSED

public static final ErrorID SESSION_STREAM_CLOSED
Raised when there is an attempt to write to a session stream that has already been closed. Parameter 1: ID of the session Parameter 2: ID of the stream


CANNOT_REMOVE_OR_MODIFY_ATTRIBUTE

public static final ErrorID CANNOT_REMOVE_OR_MODIFY_ATTRIBUTE
Raised when an attempt is made to remove or modify a static session attribute. Parameter 1: name of session attribute


STATIC_SESSION_ATTR_ERROR

public static final ErrorID STATIC_SESSION_ATTR_ERROR
Raised when an attempt is made to set the value of or remove a static session attribute. Parameter 1: name of static session attribute.


STATIC_SESSION_ATTRIBUTE_CLASS_NOT_FOUND

public static final ErrorID STATIC_SESSION_ATTRIBUTE_CLASS_NOT_FOUND
Raised when the value object for a static session attribute cannot be found, thus preventing the construction of a static session attribute. Parameter 1: name of static session attribute Parameter 2: name of attribute value class


CANNOT_CREATE_STATIC_SESSION_ATTRIBUTE

public static final ErrorID CANNOT_CREATE_STATIC_SESSION_ATTRIBUTE
Raised when there is a problem instantiating the value object for a static session attribute. Parameter 1: name of static session attribute Parameter 2: name of attribute value class Parameter 3: exception that describes the cause of the problem


MAXIMUM_TIMEOUT_EXCEEDED

public static final ErrorID MAXIMUM_TIMEOUT_EXCEEDED
Raised when there is a request for a new session with a timeout value beyond the maximum allowable timeout. Parameter 1: the requested timeout value Parameter 2: the maximum allowable timeout


SESSION_CONFIG_FILE_ERROR

public static final ErrorID SESSION_CONFIG_FILE_ERROR
Raised when there is a problem loading and parse the session configuration file. Parameter 1: the filename Parameter 2: the cause of the problem


SESSION_MANAGER_FACTORY_IMPLEMENTATION_ERROR

public static final ErrorID SESSION_MANAGER_FACTORY_IMPLEMENTATION_ERROR
Raised when the session configuration file specifies a SessionManagerFactory implementation class that does not implement the SessionManagerFactory interface. Parameter 1: the implementation class


SESSION_MANAGER_FACTORY_INSTANTIATION_ERROR

public static final ErrorID SESSION_MANAGER_FACTORY_INSTANTIATION_ERROR
Raised when the SessionManagerFactory implementation class specified in the session configuration cannot be instantiated. Parameter 1: the implementation class Parameter 2: the cause of the error


SESSION_STREAM_DUPLICATION

public static final ErrorID SESSION_STREAM_DUPLICATION
Raised when there is an attempt to add a new session stream with a name that already exists within the session. Parameter 1: the session ID Parameter 2: the session stream name


ACTIVITY_CONTEXT_STREAM_DUPLICATION

public static final ErrorID ACTIVITY_CONTEXT_STREAM_DUPLICATION
Raised when there is an attempt to add a new stream to the activity context with a name that already exists within the same context. Parameter 1: the stream name


ACTIVITY_CONTEXT_CONTAINS_NO_SUCH_STREAM

public static final ErrorID ACTIVITY_CONTEXT_CONTAINS_NO_SUCH_STREAM
Raised when there is an attempt to access an input or output stream from the activity context which does not exist. Parameter 1: the stream name.


ACTIVITY_INITIALISATION_ERROR

public static final ErrorID ACTIVITY_INITIALISATION_ERROR
Raised when there is a problem initialising an activity. Further details will normally be specified using a child exception. Parameter 1: The activity name.


ACTIVITY_INITIALISATION_ERROR_WITH_DETAILS

public static final ErrorID ACTIVITY_INITIALISATION_ERROR_WITH_DETAILS
Raised when there is a problem initialising an activity. This will be phased out and replaced by more specific errors. Parameter 1: The activity name. Parameter 2: Detail string.


RESOURCE_READ_IO_ERROR

public static final ErrorID RESOURCE_READ_IO_ERROR
Raised when there is an IO error when reading from a java resource. Parameter 1: the resource name Parameter 2: the class associated with the resource


ACTIVITY_TYPES_CREATION_ERROR

public static final ErrorID ACTIVITY_TYPES_CREATION_ERROR
Raised when there is a problem creating an activity types document from activity configurations. Parameters: none.


CONFIGURABLE_ACTIVITY_CONFIG_ERROR

public static final ErrorID CONFIGURABLE_ACTIVITY_CONFIG_ERROR
Error occurred during the configuration of a configurable activity. Parameters 1: activity name.


CONFIGURABLE_ACTIVITY_CONFIG_PROPERTY_ERROR

public static final ErrorID CONFIGURABLE_ACTIVITY_CONFIG_PROPERTY_ERROR
There is a problem with an activity configuration property. Parameter 1: property name.


CONFIGURABLE_ACTIVITY_CONFIG_PROPERTY_MISSING_ERROR

public static final ErrorID CONFIGURABLE_ACTIVITY_CONFIG_PROPERTY_MISSING_ERROR
An activity configuration property is missing. Parameter 1: property name.


XMLDB_REGISTRATION_ERROR

public static final ErrorID XMLDB_REGISTRATION_ERROR
Raised when there is an error registering an XMLDB database. Parameter 1: name of driver class


XMLDB_COLLECTION_ACCESS_ERROR

public static final ErrorID XMLDB_COLLECTION_ACCESS_ERROR
Raised when there is an error accessing an XMLDB collection. Parameter 1: name of collection URI Parameter 2: User name used to obtain collection


XMLDB_COLLECTION_USE_ERROR

public static final ErrorID XMLDB_COLLECTION_USE_ERROR
Raised when there is an error using an XMLDB collection. Parameter 1: name of collection URI


XMLDB_UNKNOWN_COLLECTION_ERROR

public static final ErrorID XMLDB_UNKNOWN_COLLECTION_ERROR
Raised when an an XMLDB base collection is unknown. This error is an internal server configuration error and will not be sent to the client. Parameter 1: name of collection URI Parameter 2: User name used to obtain collection


XMLDB_UNKNOWN_SUBCOLLECTION_ERROR

public static final ErrorID XMLDB_UNKNOWN_SUBCOLLECTION_ERROR
Raised when an an XMLDB subcollection is unknown. This error is caused by the client specifying a invalid subcollection. The full error will be returned to the client. Parameter 1: name of subcollection


XMLDB_UNSUPPORTED_COMMAND_ERROR

public static final ErrorID XMLDB_UNSUPPORTED_COMMAND_ERROR
Raised when an unsupported command is provided to an XMLDB command factory. Parameter 1: name of unsupported command.


XMLDB_COMMAND_CREATION_ERROR

public static final ErrorID XMLDB_COMMAND_CREATION_ERROR
Raised when there is a problem in creating an XMLDB command object. Parameter 1: name of command.


XMLDB_COMMAND_EXECUTION_ERROR

public static final ErrorID XMLDB_COMMAND_EXECUTION_ERROR
Raised when there is a problem in executing an XMLDB command object. Parameter 1: name of command.


XMLDB_COMMAND_SPECIFICATION_ERROR

public static final ErrorID XMLDB_COMMAND_SPECIFICATION_ERROR
Raised when there is a problem in the settings of an XMLDB command object as provided from a client. Parameter 1: name of command.


UNABLE_TO_CLOSE_XMLDB_COLLECTION

public static final ErrorID UNABLE_TO_CLOSE_XMLDB_COLLECTION
Raised when there is an error closing an XMLDB collection. Parameters: none.


XMLDB_CONTEXT_CONTAINS_NO_SUCH_STREAM

public static final ErrorID XMLDB_CONTEXT_CONTAINS_NO_SUCH_STREAM
Raised when there is an attempt to access an input or output stream from an XMLDB command context which does not exist. Parameter 1: the stream name.


XMLDB_CREATE_COLLECTION_ERROR

public static final ErrorID XMLDB_CREATE_COLLECTION_ERROR
Problem when trying to create a collection within another. Parameter 1: child collection Parameter 2: parent collection


XMLDB_CREATE_RESOURCE_ERROR

public static final ErrorID XMLDB_CREATE_RESOURCE_ERROR
Problem when trying to create a resource within a collection. Parameter 1: resource Parameter 2: parent collection


XMLDB_REMOVE_COLLECTION_ERROR

public static final ErrorID XMLDB_REMOVE_COLLECTION_ERROR
Problem when trying to remove a collection from another. Parameter 1: child collection Parameter 2: parent collection


XMLDB_REMOVE_RESOURCE_ERROR

public static final ErrorID XMLDB_REMOVE_RESOURCE_ERROR
Problem when trying to remove a resource from a collection. Parameter 1: resource Parameter 2: parent collection


XMLDB_LIST_COLLECTIONS_ERROR

public static final ErrorID XMLDB_LIST_COLLECTIONS_ERROR
Problem when trying to list child collections of a collection. Parameter 1: collection


XMLDB_LIST_RESOURCES_ERROR

public static final ErrorID XMLDB_LIST_RESOURCES_ERROR
Problem when trying to list child resources of a collection. Parameter 1: collection


AUTHORIZATION_INITIALISATION_ERROR

public static final ErrorID AUTHORIZATION_INITIALISATION_ERROR
Problem when trying to load the authorization class.


DATA_RESOURCE_AUTH_ERROR

public static final ErrorID DATA_RESOURCE_AUTH_ERROR
Raised when there the user is not authorized to access a data resource. Parameter 1: User credentials.


DATA_SERVICE_RESOURCE_AUTHORIZATION_ERROR

public static final ErrorID DATA_SERVICE_RESOURCE_AUTHORIZATION_ERROR
Raised when the user is not authorized to access a data service resource. Parameter 1: User credentials. Parameter 2: Data Service Resource ID.


ACTIVITY_ACCESS_AUTHORIZATION_ERROR

public static final ErrorID ACTIVITY_ACCESS_AUTHORIZATION_ERROR
Raised when there the user is not authorized to execute an activity on a data service resource. Parameter 1: User credentials. Parameter 2: Activity name. Parameter 3: Data Service Resource ID.


META_DATA_AUTH_ERROR

public static final ErrorID META_DATA_AUTH_ERROR
Raised when there the user is not authorized to access data resource meta data. Parameter 1: Meta data property name. Parameter 2: User credentials.


META_DATA_EXTRACTION_ERROR

public static final ErrorID META_DATA_EXTRACTION_ERROR
Raised when there is a problem extracting data resource meta data. Parameter 1: Meta data property name.


FILE_READ_AUTH_ERROR

public static final ErrorID FILE_READ_AUTH_ERROR
Raised when there the user is not authorized to read a file or directory. Parameter 1: User credentials. Parameter 2: File which cannot be read.


FILE_WRITE_AUTH_ERROR

public static final ErrorID FILE_WRITE_AUTH_ERROR
Raised when there the user is not authorized to write a file or directory. Parameter 1: User credentials. Parameter 2: File which cannot be written.


TEMP_FILE_ERROR

public static final ErrorID TEMP_FILE_ERROR
Raised when unable to create to write to a temporary file. No parameters.


INTERNAL_FAULT

public static final ErrorID INTERNAL_FAULT
Internal fault - destined for client-side.

Parameter 1: Unique server-side error ID.


AUTHORISATION_FAULT

public static final ErrorID AUTHORISATION_FAULT
Authorisation fault - destined for client-side.

Parameter 1: Unique server-side error ID.


RESOURCE_UNKNOWN_ERROR

public static final ErrorID RESOURCE_UNKNOWN_ERROR
Resource unknown error.

No parameters.


RESOURCE_BUSY_ERROR

public static final ErrorID RESOURCE_BUSY_ERROR
Resource busy error.

No parameters.


UNKNOWN_DATA_TRANSPORT_STREAM

public static final ErrorID UNKNOWN_DATA_TRANSPORT_STREAM
Raised when an attempt is made to access an input/output stream that is unknown to a data service resource. Parameter 1: Stream ID. Parameter 2: Session ID.


OUT_OF_MEMORY_ERROR

public static final ErrorID OUT_OF_MEMORY_ERROR
Risk of a Java "Out of Memory" error occurring.

Parameter 1: Number of extra bytes that may cause this error.


DAI_CONFIG_DIR_ERROR

public static final ErrorID DAI_CONFIG_DIR_ERROR
Problem with OGSA-DAI configuration files directory.

Parameter 1: directory name.


CREATE_RESOURCE_CONFIG_DIR_ERROR

public static final ErrorID CREATE_RESOURCE_CONFIG_DIR_ERROR
Problem in creating data service resource configuration files directory.

Parameter 1: data service resource name.


CREATE_RESOURCE_CONFIG_FILE_ERROR

public static final ErrorID CREATE_RESOURCE_CONFIG_FILE_ERROR
Problem in creating data service resource configuration file.

Parameter 1: data service resource name. Parameter 2: file name.


CUSTOMISE_RESOURCE_CONFIG_FILE_ERROR

public static final ErrorID CUSTOMISE_RESOURCE_CONFIG_FILE_ERROR
Problem in customising data service resource configuration file.

Parameter 1: data service resource name.


PERSIST_RESOURCE_NAME_FILE_ERROR

public static final ErrorID PERSIST_RESOURCE_NAME_FILE_ERROR
Problem in persisting data service resource name in data service resources file.

Parameter 1: data service resource name. Parameter 2: data service resources file name.


REMOVE_RESOURCE_NAME_FILE_ERROR

public static final ErrorID REMOVE_RESOURCE_NAME_FILE_ERROR
Problem in removing data service resource name in data service resources file.

Parameter 1: data service resource name. Parameter 2: data service resources file name.


DATA_SERVICE_RESOURCE_CREATION_ERROR

public static final ErrorID DATA_SERVICE_RESOURCE_CREATION_ERROR
Data service resource cannot be created.

Parameter 1: resource ID.


DYNAMIC_DATA_SERVICE_RESOURCE_CREATION_ERROR

public static final ErrorID DYNAMIC_DATA_SERVICE_RESOURCE_CREATION_ERROR
Dynamic data service resource cannot be created.

Parameter 1: resource ID.


DYNAMIC_DATA_SERVICE_RESOURCE_REMOVAL_ERROR

public static final ErrorID DYNAMIC_DATA_SERVICE_RESOURCE_REMOVAL_ERROR
Dynamic data service resource cannot be removed.

Parameter 1: resource ID.


DATA_SERVICE_RESOURCE_FACTORY_UTIL_CREATE_ERROR

public static final ErrorID DATA_SERVICE_RESOURCE_FACTORY_UTIL_CREATE_ERROR
Error occurred when creating a data service resource factory utility object.

No parameters.


MISSING_DEPLOYMENT_PARAM_ERROR

public static final ErrorID MISSING_DEPLOYMENT_PARAM_ERROR
A value for an OGSA-DAI data service deployment descriptor parameter {0} cannot be found.

Parameter 1: name of missing parameter.


DEPLOYMENT_PARAM_PARSE_ERROR

public static final ErrorID DEPLOYMENT_PARAM_PARSE_ERROR
The value for an OGSA-DAI data service deployment descriptor parameter {0} is not a {1}.

Parameter 1: name of parameter. Parameter 2: given value of parameter. Parameter 3: expected class/type of value that parameter should be parsable to.


RESOURCE_ID_ALREADY_ASSIGNED_ERROR

public static final ErrorID RESOURCE_ID_ALREADY_ASSIGNED_ERROR
Proposed data service resource ID has already been assigned to an existing data service resource.

Parameter 1: data service resource ID.


NO_SUCH_RESOURCE_ID_ERROR

public static final ErrorID NO_SUCH_RESOURCE_ID_ERROR
A data service resource with the specified ID does not exist.

Parameter 1: data service resource ID.


DATA_SERVICE_RESOURCE_FILE_ERROR

public static final ErrorID DATA_SERVICE_RESOURCE_FILE_ERROR
Could not load a data service resource file.

Parameter 1: file.


UNSUPPORTED_ACTIVITY_ERROR

public static final ErrorID UNSUPPORTED_ACTIVITY_ERROR
Activity is unsupported.

Parameter 1: activity name.


RESOURCE_REQUEST_AUTHORIZATION_ERROR

public static final ErrorID RESOURCE_REQUEST_AUTHORIZATION_ERROR
There was an authorization failure during the execution of the request by a resource.

Parameter 1: resource name.


RESOURCE_REQUEST_SPECIFICATION_ERROR

public static final ErrorID RESOURCE_REQUEST_SPECIFICATION_ERROR
There was an error during the execution of the request, by a resource, that was caused by information in the request.

Parameter 1: resource name.


RESOURCE_REQUEST_EXECUTION_ERROR

public static final ErrorID RESOURCE_REQUEST_EXECUTION_ERROR
There was an error during the execution of the request by a resource.

Parameter 1: resource name.


REQUEST_AUTHORIZATION_ERROR

public static final ErrorID REQUEST_AUTHORIZATION_ERROR
There was an authorization failure during the execution of the request.

Parameters: none.


REQUEST_SPECIFICATION_ERROR

public static final ErrorID REQUEST_SPECIFICATION_ERROR
There was an error during the execution of the request that was caused by information in the request.

Parameters: none.


REQUEST_CREATION_ERROR

public static final ErrorID REQUEST_CREATION_ERROR
There was an error during the creation of an internal representation of the request.

Parameters: none.


REQUEST_MAX_REACHED_ERROR

public static final ErrorID REQUEST_MAX_REACHED_ERROR
The maximum number of requests that can be processed and queued has been reached.

Parameters 1: Maximum number of requests that can be processed. Parameters 2: Maximum number of requests that can be queued.


REQUEST_SPECIFICATION_PARTIAL_RESPONSE_ERROR

public static final ErrorID REQUEST_SPECIFICATION_PARTIAL_RESPONSE_ERROR
There was an error during the execution of the request that was caused by information in the request.

Parameter 1: response document containing activities that failed.


DUPLICATE_PIPE_ERROR

public static final ErrorID DUPLICATE_PIPE_ERROR
Two or more pipes in a request have the same name.

Parameters 1: name of duplicate pipe.


REQUEST_EXECUTION_ERROR

public static final ErrorID REQUEST_EXECUTION_ERROR
There was an error during the execution of the request.

Parameters: none.


CTK_REQUEST_EXECUTION_ERROR

public static final ErrorID CTK_REQUEST_EXECUTION_ERROR
Client toolkit representation of failure due to error in user's request.

Parameter 1: Response document.


ACTIVITY_AUTHORIZATION_ERROR

public static final ErrorID ACTIVITY_AUTHORIZATION_ERROR
There was an authorization failure during the execution of an activity.

Parameter 1: activity name.


ACTIVITY_SPECIFICATION_ERROR

public static final ErrorID ACTIVITY_SPECIFICATION_ERROR
There was an error during the execution of an activity, that was caused by the activity settings.

Parameter 1: activity name.


MISSING_SQL_PARAMETER_ERROR

public static final ErrorID MISSING_SQL_PARAMETER_ERROR
The value of an SQL parameter is missing.

Parameter 1: parameter index


SQL_PARAMETER_SETUP_ERROR

public static final ErrorID SQL_PARAMETER_SETUP_ERROR
There was an error during the setup of an SQL parameter.

Parameter 1: parameter index


SQL_PARAMETER_ACCESS_ERROR

public static final ErrorID SQL_PARAMETER_ACCESS_ERROR
There was an error during the access of an SQL parameter value.

Parameter 1: parameter index


SQL_PARAMETER_DUPLICATION_ERROR

public static final ErrorID SQL_PARAMETER_DUPLICATION_ERROR
The same parameter has been specified twice in a request.

Parameter 1: parameter index


SQL_PARAMETERS_UNSUPPORTED_ERROR

public static final ErrorID SQL_PARAMETERS_UNSUPPORTED_ERROR
SQL parameters are not supported.

Parameters: none.


ACTIVITY_SPECIFICATION_PARAMETER_ERROR

public static final ErrorID ACTIVITY_SPECIFICATION_PARAMETER_ERROR
There was an error during the execution of an activity, that was caused by the activity settings.

Parameter 1: activity name. Parameter 2: Problematic parameter name


ACTIVITY_EXECUTION_ERROR

public static final ErrorID ACTIVITY_EXECUTION_ERROR
There was an error during the execution of an activity.

Parameter 1: activity name.


ACTIVITY_CREATION_ERROR

public static final ErrorID ACTIVITY_CREATION_ERROR
There was an error during the creation of an activity.

Parameter 1: activity name.


MESSAGE_CONTEXT_ERROR

public static final ErrorID MESSAGE_CONTEXT_ERROR
Service could not determine current MessageContext.

No parameters.


MISSING_PERFORM_DOC_ERROR

public static final ErrorID MISSING_PERFORM_DOC_ERROR
Perform document is missing from client request to service's Perform operation.

No parameters.


WSRF_MISSING_KEY_CLASS_ERROR

public static final ErrorID WSRF_MISSING_KEY_CLASS_ERROR
Exception thrown when OGSA-DAI data service resource key cannot be created due to the name of the key's class being missing.

No parameters.


GT_RESOURCE_PROPERTY_ADD_ERROR

public static final ErrorID GT_RESOURCE_PROPERTY_ADD_ERROR
Exception thrown when a property added to an OGSA-DAI data service resource cannot be added to the corresponding Globus Toolkit resource property set.

Parameter 1: name of resource


GT_RESOURCE_PROPERTY_REMOVE_ERROR

public static final ErrorID GT_RESOURCE_PROPERTY_REMOVE_ERROR
Exception thrown when a property removed from an OGSA-DAI data service resource cannot be removed from the corresponding Globus Toolkit resource property set.

Parameter 1: name of resource


RESOURCE_KEY_INVALID_ERROR

public static final ErrorID RESOURCE_KEY_INVALID_ERROR
Exception thrown when an invalid resource key is provided.

Parameter 1: resource key.


WSRF_INVALID_DATA_SERVICE_RESOURCE_ERROR

public static final ErrorID WSRF_INVALID_DATA_SERVICE_RESOURCE_ERROR
Exception 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.

No parameters.


CTK_PERFORM_DOC_ERROR

public static final ErrorID CTK_PERFORM_DOC_ERROR
Exception thrown when there is an internal client tookit error when constructing the Perform document.

No parameters.


CTK_UNKNOWN_REQUEST_STATUS_ERROR

public static final ErrorID CTK_UNKNOWN_REQUEST_STATUS_ERROR
Exception thrown when there is an internal client tookit error when parsing a request status property and an unknown value is encountered.

Parameter 1: unknown request status.


CTK_SOAP_ERROR

public static final ErrorID CTK_SOAP_ERROR
Exception thrown when there is an internal client tookit error when processing a SOAP request.

No parameters.


CTK_DESERIALIZATION_ERROR

public static final ErrorID CTK_DESERIALIZATION_ERROR
Exception thrown when there is an internal client tookit error when deserializing data.

No parameters.


CTK_UNEXPECTED_URL_ERROR

public static final ErrorID CTK_UNEXPECTED_URL_ERROR
Exception thrown when there is an unexpected problem with a URL when constructing an OGSA-DAI WSRF SOAP request.

No parameters.


CTK_EXTERNAL_ERROR

public static final ErrorID CTK_EXTERNAL_ERROR
Exception thrown when there is a problem arising from a non-OGSA-DAI component used by the client toolkit. For example from a core Java class.

Parameter 1: error message.


CTK_XMLDB_RESOURCE_ERROR

public static final ErrorID CTK_XMLDB_RESOURCE_ERROR
Exception thrown when the client toolkit runs into a problem with an XMLDB resource provided by a client.

Parameters: none


CTK_DATA_FORMAT_ERROR

public static final ErrorID CTK_DATA_FORMAT_ERROR
Exception thrown when the client toolkit runs into a problem parsing data as it's not in an expected format.

Parameters: none


CTK_DATA_FORMAT_ACTUAL_ERROR

public static final ErrorID CTK_DATA_FORMAT_ACTUAL_ERROR
Exception thrown when the client toolkit runs into a problem parsing data as it's not in an expected format.

Parameter 1: given information / type / value.


CTK_DATA_FORMAT_EXPECTED_ERROR

public static final ErrorID CTK_DATA_FORMAT_EXPECTED_ERROR
Exception thrown when the client toolkit runs into a problem parsing data as it's not in an expected format.

Parameter 1: expected information / type / value. Parameter 2: given information / type / value.


CTK_NO_ACTIVITY_OUTPUT_ERROR

public static final ErrorID CTK_NO_ACTIVITY_OUTPUT_ERROR
Exception thrown when an attempt is made to get data from a client toolkit activity object which has no data.

Parameter 1: activity output name.


SERVICE_COMMS_ERROR

public static final ErrorID SERVICE_COMMS_ERROR
Exception thrown when the client toolkit has problems contacting a service.

Parameter 1: service URL.


CTK_SERVICE_TYPE_ERROR

public static final ErrorID CTK_SERVICE_TYPE_ERROR
Exception 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.

Parameter 1: service URL.


UNSUPPORTED_OPERATION_ERROR

public static final ErrorID UNSUPPORTED_OPERATION_ERROR
Exception thrown when a service does not support an operation which the client toolkit attempts to invoke.

Parameter 1: service URL. Parameter 1: operation name.


XML_PARSE_ERROR

public static final ErrorID XML_PARSE_ERROR
XML parse error with exception message.

Parameters: None


CTK_UNKNOWN_PROPERTY_ERROR

public static final ErrorID CTK_UNKNOWN_PROPERTY_ERROR
Exception thrown when client requests a property unknown to a data service resource.

Parameter 1: Property name.


DYNAMIC_PROPERTY_CREATION_ERROR

public static final ErrorID DYNAMIC_PROPERTY_CREATION_ERROR
A problem was encountered when creating dynamic property. Parameter 1: Property name.


FILES_RESOURCE_USE_ERROR

public static final ErrorID FILES_RESOURCE_USE_ERROR
A problem was encountered when using a files data resource. Parameters: none.


DATA_RESOURCE_ACCESSOR_CREATION_ERROR

public static final ErrorID DATA_RESOURCE_ACCESSOR_CREATION_ERROR
A problem was encountered when creating a data resource accessor class for a data service resource. Parameter 1: Data service resource name.


DATA_RESOURCE_ACCESSOR_META_DATA_ERROR

public static final ErrorID DATA_RESOURCE_ACCESSOR_META_DATA_ERROR
A problem was encountered when creating data resource accessor meta data for a data service resource. Parameter 1: Data service resource name.


DATA_RESOURCE_ACCESSOR_CONFIG_ERROR

public static final ErrorID DATA_RESOURCE_ACCESSOR_CONFIG_ERROR
A problem was encountered when accessing the configuration of a data resource accessor for a data service resource. Parameter 1: Data service resource name.


DATA_RESOURCE_ACCESSOR_SETUP_ERROR

public static final ErrorID DATA_RESOURCE_ACCESSOR_SETUP_ERROR
A problem was encountered when setting up data resource accessor for a data service resource. Parameter 1: Data service resource name.


PROPERTY_VALUE_ERROR

public static final ErrorID PROPERTY_VALUE_ERROR
Exception thrown when there is a problem accessing a property value.

Parameter 1: Property name.


PROPERTY_IMMUTABLE_ERROR

public static final ErrorID PROPERTY_IMMUTABLE_ERROR
Exception thrown when an attempt is made to set the value of an immutable property.

Parameter 1: Property name.


CTK_REQUEST_STATUS_ERROR

public static final ErrorID CTK_REQUEST_STATUS_ERROR
Exception thrown when a request status indicates a problem.

Parameter 1: Request status.


COULD_NOT_MAP_AXIS_FAULT

public static final ErrorID COULD_NOT_MAP_AXIS_FAULT
An Axis fault could not be mapped to an OGSA-DAI fault as there is no mapping defined.

Parameter 1: Axis fault name.


CREATE_DAI_FAULT_ERROR

public static final ErrorID CREATE_DAI_FAULT_ERROR
A problem was encountered when trying to create an OGSA-DAI fault.

Parameter 1: OGSA-DAI fault class.


CTK_RESPONSE_ERROR

public static final ErrorID CTK_RESPONSE_ERROR
A problem was encountered by the client toolkit when processing a Response document.

Parameters: none


CTK_RESOURCE_PROPERTY_ERROR

public static final ErrorID CTK_RESOURCE_PROPERTY_ERROR
A problem was encountered by the client toolkit when extracting a resource property.

Parameter 1: property name.


CTK_RESOURCE_PROPERTIES_ERROR

public static final ErrorID CTK_RESOURCE_PROPERTIES_ERROR
A problem was encountered by the client toolkit when extracting resource properties.

Parameters: none.


CTK_SOAP_ATTACHMENT_ERROR

public static final ErrorID CTK_SOAP_ATTACHMENT_ERROR
A problem was encountered by the client toolkit when extracting soap attachments.

Parameters: none.


GT_RESOURCE_CONTEXT_ERROR

public static final ErrorID GT_RESOURCE_CONTEXT_ERROR
Problem in accessing resource context from GT infrastructure.

Parameters: none


GT_RESOURCE_ERROR

public static final ErrorID GT_RESOURCE_ERROR
Problem in accessing resource information from GT infrastructure.

Parameters: none


EPR_CONSTRUCTION_ERROR

public static final ErrorID EPR_CONSTRUCTION_ERROR
Unable to construct an end point reference.

Parameter 1: Resource ID Parameter 2: Resource context


SERVICE_GROUP_REGISTRATION_ERROR

public static final ErrorID SERVICE_GROUP_REGISTRATION_ERROR
Error registering with a service group.

Parameters: none.


SERVICE_GROUP_REGISTRATION_CONFIG_ERROR

public static final ErrorID SERVICE_GROUP_REGISTRATION_CONFIG_ERROR
Unable to configure Globus Toolkit to register with a service group.

Parameters: none.


MDS_REGISTRATION_ERROR

public static final ErrorID MDS_REGISTRATION_ERROR
Error registering with MDS service.

Parameters: none.


MDS_REGISTRATION_FAILURE

public static final ErrorID MDS_REGISTRATION_FAILURE
Failed to register with the MDS service.

Parameter 1: Name of resource for which the registation failed.


CLASS_MISSING_METHOD

public static final ErrorID CLASS_MISSING_METHOD
Class does not implement the expected method.

Parameter 1: Class name Parameter 2: Method name and signature


CLASS_SECURITY_ERROR

public static final ErrorID CLASS_SECURITY_ERROR
Security error accessing a method of a class.

Parameter 1: Class name Parameter 2: Method name and signature


CLASS_METHOD_INVOCATION_ERROR

public static final ErrorID CLASS_METHOD_INVOCATION_ERROR
Unable to invoke a method of a class.

Parameter 1: Class name Parameter 2: Method name and signature


RESPONSE_ERROR

public static final ErrorID RESPONSE_ERROR
Request failed due to failure of one or more activities.

Parameter 1: Old-style numerical ID of error. Parameter 2: Name of failed activity. Parameter 3: Response document.


REQUEST_EXECUTION_FAILURE

public static final ErrorID REQUEST_EXECUTION_FAILURE
The request completely failed to execute.

No parameters.


ASSEMBLE_PERFORM_DOCUMENT_ERROR

public static final ErrorID ASSEMBLE_PERFORM_DOCUMENT_ERROR
An error occured during the contstruction of a Perform document schema from an activity configuration document.

Parameter 1: Activity configuration document location.


DOCUMENT_VALIDATION_ERROR

public static final ErrorID DOCUMENT_VALIDATION_ERROR
An error occured when a document was being validated in an application-specific way.

Parameter 1: Cause of the problem.


INVALID_ACTIVITY_CLASS

public static final ErrorID INVALID_ACTIVITY_CLASS
An activity class does not sub-class a required OGSA-DAI activity class so is not a proper activity implementation.

Parameter 1: Name of problematic activity class. Parameter 2: Name of OGSA-DAI class that is not sub-classed.


DUPLICATE_ACTIVITY_PROPERTY_KEY

public static final ErrorID DUPLICATE_ACTIVITY_PROPERTY_KEY
An activity property key has been duplicated.

Parameter 1: Name of duplicated property key.


SERVLET_STREAM_ACCESS_ERROR

public static final ErrorID SERVLET_STREAM_ACCESS_ERROR
A client requested information from a servlet but provided an erroneous request.

Parameter 1: service URL. Parameter 2: resource ID. Parameter 3: session ID. Parameter 4: stream ID.


ILLEGAL_CONCURRENCY_SETTING_ERROR

public static final ErrorID ILLEGAL_CONCURRENCY_SETTING_ERROR
Illegal concurrency setting.

Parameter 1: maximum requests value given. Parameter 2: maximum queue length value given. Parameter 3: maximum request timeout value given.


NULL_SESSION_COORDINATOR_ERROR

public static final ErrorID NULL_SESSION_COORDINATOR_ERROR
No session coordinator was provided.


NULL_SECURITY_CONTEXT_PROVIDER_ERROR

public static final ErrorID NULL_SECURITY_CONTEXT_PROVIDER_ERROR
No security context provider was provided.


NULL_ACTIVITY_FACTORY_ERROR

public static final ErrorID NULL_ACTIVITY_FACTORY_ERROR
No activity factory was provided.


NULL_RESOURCE_ID_ERROR

public static final ErrorID NULL_RESOURCE_ID_ERROR
No data service resource ID was provided.


NULL_DATA_RESOURCE_ERROR

public static final ErrorID NULL_DATA_RESOURCE_ERROR
No data resource was provided.


NULL_CONCURRENCY_SETTINGS_ERROR

public static final ErrorID NULL_CONCURRENCY_SETTINGS_ERROR
No concurrency settings were provided.


THIRD_PARTY_COMPONENT_ERROR

public static final ErrorID THIRD_PARTY_COMPONENT_ERROR
Raised when an error occurs in a third-party component of OGSA-DAI. Parameter 1: The name of the component. Parameter 2: Details of the error.


MISSING_MESSAGE_BUNDLE_ERROR

public static final ErrorID MISSING_MESSAGE_BUNDLE_ERROR
Error used when message bundle is missing. Parameter 1: The name of the missing resource.


MISSING_MESSAGE_ERROR

public static final ErrorID MISSING_MESSAGE_ERROR
Error used when message is missing. Parameter 1: The name of the missing message.


CANNOT_FIND_DN_USING_DEFAULT

public static final ErrorID CANNOT_FIND_DN_USING_DEFAULT
A distinguished name cannot be found. The OGSA-DAI default will be used. Parameter 1: Default being used.


UNSUPPORTED_BLOCK_ERROR

public static final ErrorID UNSUPPORTED_BLOCK_ERROR
An unsupported block of some type has been encountered. Parameter 1: Block type.


NO_EXISTING_FILE_LOCK_ERROR

public static final ErrorID NO_EXISTING_FILE_LOCK_ERROR
File lock cannot be relinquished as it does not exist. Parameter 1: File name.


FILE_LOCK_ERROR

public static final ErrorID FILE_LOCK_ERROR
File lock failed to occur. Parameter 1: File name.


CRYPTOGRAPHY_ERROR

public static final ErrorID CRYPTOGRAPHY_ERROR
General problem in encryption or decryption.

Parameter 1: exception message.


MISSING_SYSTEM_PROPERTY_ERROR

public static final ErrorID MISSING_SYSTEM_PROPERTY_ERROR
A value for an OGSA-DAI system property is missing.

Parameter 1: system property name.


MALFORMED_URL_ERROR

public static final ErrorID MALFORMED_URL_ERROR
A URL is malformed.

Parameter 1: malformed URL.


MALFORMED_RELATIVE_URL_ERROR

public static final ErrorID MALFORMED_RELATIVE_URL_ERROR
A relative URL is malformed.

Parameter 1: malformed URL base. Parameter 2: malformed URL relative path.


XML_PROCESSING_ERROR

public static final ErrorID XML_PROCESSING_ERROR
A problem was encountered when processing an XML document that is not due to a problem in a document being parsed.

Parameter 1: problem message.


EXTERNAL_MODULE_ERROR

public static final ErrorID EXTERNAL_MODULE_ERROR
A problem was encountered in an external module which was beyond the control of OGSA-DAI.

Parameters: none.


XML_FILE_ERROR

public static final ErrorID XML_FILE_ERROR
A problem was encountered when accessing an XML file. Parameter 1: File name.


READER_CLOSED_ERROR

public static final ErrorID READER_CLOSED_ERROR
An attempt to access a closed java.io.Reader.


NUMBER_FORMAT_ERROR

public static final ErrorID NUMBER_FORMAT_ERROR
A problem encountered when parsing a String that should consist of numeric values. Parameter 1: The string that the error occured.


NUMBER_OUT_OF_BOUNDS_ERROR

public static final ErrorID NUMBER_OUT_OF_BOUNDS_ERROR
A value was out of bounds. Parameter 1: Actual value. Parameter 2: Lower bound. Parameter 3: Upper bound.


NUMBER_LESS_THAN_BOUNDS_ERROR

public static final ErrorID NUMBER_LESS_THAN_BOUNDS_ERROR
A value was less than a bound. Parameter 1: Actual value. Parameter 2: Lower bound.


OMII_SECURITY_CONTEXT_UNAVAILABLE_ERROR

public static final ErrorID OMII_SECURITY_CONTEXT_UNAVAILABLE_ERROR
OMII security context was not found or unavailable. Parameters: none.


OMII_SECURITY_DN_NOT_FOUND_ERROR

public static final ErrorID OMII_SECURITY_DN_NOT_FOUND_ERROR
OMII security principal DN was not found. Parameters: none.


INVALID_COLUMN_NAME

public static final ErrorID INVALID_COLUMN_NAME
A problem encountered when trying a webrowset projection onto invalid column name Parameter 1: The string that the error occured.


INVALID_COLUMN_INDEX

public static final ErrorID INVALID_COLUMN_INDEX
A problem encountered when trying a webrowset projection onto invalid column name Parameter 1: The string that the error occured.


INVALID_PARAMETER

public static final ErrorID INVALID_PARAMETER
Error message in case of invalid parameter Parameter 1:The parameter that is invalid Parameter 2:Description of what it should or should not be.


UNSUPPORTED_REGEXP_PATTERN_FORMAT

public static final ErrorID UNSUPPORTED_REGEXP_PATTERN_FORMAT
Error message when an unsupported Regular Expression pattern format is specified. Parameter 1: Class name of given format.


MALFORMED_REGEXP_PATTERN

public static final ErrorID MALFORMED_REGEXP_PATTERN
Error message when a malformed Regular Expression pattern is specified. Parameter 1: Malformed expression.


BLOCK_MAKER_ERROR

public static final ErrorID BLOCK_MAKER_ERROR
Error message when a uk.org.ogsadai.common.BlockMaker runs into problems when accessing a block. Parameters: None.


CTK_STREAM_DATA_ERROR

public static final ErrorID CTK_STREAM_DATA_ERROR
Error message when a problem is encountered when streaming data from a service. Parameters: None.


NON_OGSA_DAI_COMPLIANT_ERROR

public static final ErrorID NON_OGSA_DAI_COMPLIANT_ERROR
Error 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. This error ID is not used in any specific exception.

Parameter 1: Exception class name. Parameter 2: Localized exception message.


BUFFER_DATA_FOR_RESPONSE_ERROR

public static final ErrorID BUFFER_DATA_FOR_RESPONSE_ERROR
Error when buffering data for response. Parameters: None.


DATA_STORE_XML_TEXT_ERROR

public static final ErrorID DATA_STORE_XML_TEXT_ERROR
Error when the dataStore activity is given text data that is an XML fragment Parameters: None.


BLOCK_AGGREGATOR_SIZE_ERROR

public static final ErrorID BLOCK_AGGREGATOR_SIZE_ERROR
Size given to blockAggregator activity is erroneous. Parameters 1: Size.


UNKNOWN_SMTP_HOST_ERROR

public static final ErrorID UNKNOWN_SMTP_HOST_ERROR
Unknown SMTP host. Parameter 1: SMTP host.


UNKNOWN_HOST_ERROR

public static final ErrorID UNKNOWN_HOST_ERROR
Unable to determine host upon which OGSA-DAI is executing. Parameters: none.


ILLEGAL_INDEXED_FILE_QUERY_ERROR

public static final ErrorID ILLEGAL_INDEXED_FILE_QUERY_ERROR
Illegal indexed file search query. Parameter 1: Illegal query.


NO_INDEXER_FOR_INDEXED_FILE_ERROR

public static final ErrorID NO_INDEXER_FOR_INDEXED_FILE_ERROR
No indexer is recorded for an indexed file type. Parameters 1: file type.


NO_ANALYZER_FOR_INDEXED_FILE_ERROR

public static final ErrorID NO_ANALYZER_FOR_INDEXED_FILE_ERROR
No analyser is recorded for an indexed file type. Parameters 1: file type.


FILE_MATCH_EXPR_ERROR

public static final ErrorID FILE_MATCH_EXPR_ERROR
Expression for matching to contents of files is erroneous. Parameters 1: Given expression.


MALFORMED_REPLACEMENT_STRING_ERROR

public static final ErrorID MALFORMED_REPLACEMENT_STRING_ERROR
A replacement string is malformed. Parameters 1: Expected string. Parameters 2: Actual string


NON_INCREASING_SEQUENCE_ERROR

public static final ErrorID NON_INCREASING_SEQUENCE_ERROR
A sequence is non increasing. Parameter 1: Sequence


UNSUPPORTED_URL_PROTOCOL

public static final ErrorID UNSUPPORTED_URL_PROTOCOL
A URL protocol is unsupported. Parameter 1: the unsupported protocol


ZIP_ARCHIVE_COMMENT_LENGTH_ERROR

public static final ErrorID ZIP_ARCHIVE_COMMENT_LENGTH_ERROR
The length of a comment given to zipArchive activity is erroneous. Parameters 1: comment length.


ILLEGAL_DELIMITER_ERROR

public static final ErrorID ILLEGAL_DELIMITER_ERROR
An illegal delimiter was specified. Parameters 1: Illegal delimiter


MISSING_XSLT_ERROR

public static final ErrorID MISSING_XSLT_ERROR
Missing XSLT transform in xsltTransform activity Parameters: none.

Constructor Detail

ErrorID

public ErrorID(java.lang.String errorID)
Constructs a new error ID using the given string.

Parameters:
errorID - The unique error ID string.
Method Detail

toString

public java.lang.String toString()
Gets the error ID as a string.

Overrides:
toString in class MessageID
Returns:
the error ID.