|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.common.msgs.MessageID | +--uk.org.ogsadai.exception.ErrorID
Class for textual error identifiers used in internationalization.
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. |
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 |
private static final java.lang.String COPYRIGHT_NOTICE
private java.lang.String mErrorID
public static final ErrorID SERVER_ERROR
No parameters.
public static final ErrorID FILE_NOT_FOUND
Parameter 1: File name.
public static final ErrorID FILE_FOUND
Parameter 1: File name.
public static final ErrorID FILE_ALREADY_EXISTS
Parameter 1: File name.
public static final ErrorID FILE_NOT_FILE
Parameter 1: File name.
public static final ErrorID DIR_NOT_FOUND
Parameter 1: Directory name.
public static final ErrorID DIR_FOUND
Parameter 1: Directory name.
public static final ErrorID DIR_NOT_DIR
Parameter 1: Directory name.
public static final ErrorID DIR_READ_ERROR
Parameter 1: Directory name.
public static final ErrorID FILE_READ_ERROR
Parameter 1: File name.
public static final ErrorID FILE_READ_IO_ERROR
Parameter 1: File name.
public static final ErrorID READ_IO_ERROR
Parameters: none.
public static final ErrorID FILE_WRITE_ERROR
Parameter 1: File name.
public static final ErrorID FILE_WRITE_IO_ERROR
Parameter 1: File name.
public static final ErrorID IO_ERROR
Parameter 1: Message from exception.
public static final ErrorID FILE_CONTENT_ERROR
Parameter 1: File name.
public static final ErrorID FILE_RENAME_ERROR
Parameter 1: File name.
public static final ErrorID FILE_DELETE_ERROR
Parameter 1: File name.
public static final ErrorID FILE_CREATE_ERROR
Parameter 1: File name.
public static final ErrorID URL_CONTENT_ERROR
Parameter 1: URL.
public static final ErrorID URL_READ_IO_ERROR
Parameter 1: URL.
public static final ErrorID CLASS_IS_WRONG_TYPE
Parameter 1: Source class name. Parameter 2: Destination class name - the source class must be assignable to this type.
public static final ErrorID CLASS_NOT_FOUND
Parameter 1: Class name.
public static final ErrorID CLASS_CREATE_ERROR
Parameter 1: Class name.
public static final ErrorID CLASS_MISSING_INTERFACE
Parameter 1: Class name. Parameter 2: Interface name.
public static final ErrorID CTK_XML_PARSE_ERROR
Parameters: None
public static final ErrorID XML_PARSE_ERROR_WITH_LOCATION
Parameter 1: Line number. Parameter 2: Column number.
public static final ErrorID XML_PARSE_ERROR_NO_LOCATION
Parameters: None.
public static final ErrorID XML_MISSING_ELT_ERROR
Parameter 1: Missing element.
public static final ErrorID XML_EMPTY_ELT_ERROR
Parameter 1: Missing element value
public static final ErrorID XML_MISSING_ATTR_ERROR
Parameter 1: Element. Parameter 2: Missing attribute.
public static final ErrorID XML_EMPTY_ATTR_ERROR
Parameter 1: Element. Parameter 2: Missing attribute.
public static final ErrorID COG_UTILS_ACCESS_ERROR
Parameters: none.
public static final ErrorID ROLE_MAPPER_CREATION_ERROR
Parameters: none.
public static final ErrorID ROLE_MAP_CONFIG_ERROR
Parameters: none.
public static final ErrorID ROLE_MAP_CANNOT_AUTH_ERROR
Parameters: none.
public static final ErrorID UNABLE_TO_CLOSE_JDBC_CONNECTION
Parameters: none.
public static final ErrorID JDBC_CONNECTION_USE_ERROR
public static final ErrorID JDBC_CONNECTION_ACCESS_ERROR
public static final ErrorID SQL_CONNECT_ERROR
Parameter 1: URI of database connecting to. Parameter 2: User name connecting with. Parameter 3: Error message from exception.
public static final ErrorID CREDENTIAL_EXTRACTION_ERROR
Parameter 1: Security model assumed e.g. GSS.
public static final ErrorID MISSING_CREDENTIAL_ERROR
No parameters.
public static final ErrorID SECURITY_HELPER_CONFIGURATION_ERROR
Parameters: none.
public static final ErrorID GRID_CREDENTIAL_ACCESS_ERROR
Parameters: none.
public static final ErrorID NO_GRID_CREDENTIAL_ERROR
Parameters: none.
public static final ErrorID NO_GRID_CREDENTIAL_DEFAULT_ERROR
Parameter 1: default credential that will be used.
public static final ErrorID ACTIVITY_PIPELINE_PROBLEM_PREPARING_ACTIVITY
public static final ErrorID ACTIVITY_PIPE_ACCESS_ERROR
public static final ErrorID RELATIONAL_SCHEMA_PARSE_ERROR
Parameter 1: Name of missing element.
public static final ErrorID RESULTSET_TABLE_METADATA_ERROR
Parameter 1: Catalog name. Parameter 2: Schema name. Parameter 3: Table name.
public static final ErrorID RESULTSET_HANDLER_COLUMN_ERROR
Parameter 1: Column index.
public static final ErrorID RESULTSET_HANDLER_ERROR
Parameters: none.
public static final ErrorID WEBROWSET_PARSE_ERROR
Parameter 1: Name of missing element.
public static final ErrorID CSV_PARSE_ERROR
Parameter 1: none
public static final ErrorID CSV_CONFIGURATION_ERROR
Parameter 1: none
public static final ErrorID WEBROWSET_RESULTSET_PARSE_ERROR
Parameter 1: None.
public static final ErrorID EXPIRED_CREDENTIAL_ERROR
No parameters.
public static final ErrorID UNREGISTERED_SERIALIZATION_ERROR
Parameter 1: type name or "".
public static final ErrorID UNSUPPORTED_SERIALIZATION_ERROR
Parameter 1: type name or "".
public static final ErrorID SERIALIZATION_ERROR
Parameter 0: message fragment causing problem.
public static final ErrorID ROLE_MAP_AUTH_ERROR
Parameter 0: user credentials. Parameter 1: URI of database.
public static final ErrorID AUTH_EXECUTION_ERROR
Parameters: none.
public static final ErrorID META_DATA_SKIPPED_ERROR
Parameter 0: Meta Data element qualified name. Parameter 1: Data resource name.
public static final ErrorID PATH_NOT_DIRECTORYXXXX
Parameter 0: Path name.
public static final ErrorID SESSION_ADMITS_ONLY_ONE_PARTICIPANT
public static final ErrorID NO_SUCH_SESSION
public static final ErrorID SESSION_MANAGER_FACTORY_CREATION_ERROR
public static final ErrorID SESSION_MANAGER_CREATION_ERROR
public static final ErrorID SESSION_ATTR_CREATION_ERROR
public static final ErrorID SESSION_ATTR_VALUE_CREATION_ERROR
public static final ErrorID MAXIMUM_SESSION_PARTICIPANTS_EXCEEDED
public static final ErrorID SESSION_REQUEST_ERROR
public static final ErrorID SESSION_JOIN_ERROR
public static final ErrorID SESSION_RELEASE_ERROR
public static final ErrorID SESSION_JOIN_DENIED_ERROR
public static final ErrorID SESSION_CREATION_ERROR
public static final ErrorID SESSION_COORDINATOR_CREATION_ERROR
public static final ErrorID SESSION_LOOKUP_ERROR
public static final ErrorID SESSION_TERMINATION_ERROR
public static final ErrorID SESSION_VIEW_CREATION_ERROR
public static final ErrorID UNABLE_TO_ACCESS_SESSION_STREAM
public static final ErrorID SESSION_STREAM_READ_WRITE_ERROR
public static final ErrorID SESSION_STREAM_REQUEST_NOT_PROCESSING
public static final ErrorID SESSION_STREAM_CLOSED
public static final ErrorID CANNOT_REMOVE_OR_MODIFY_ATTRIBUTE
public static final ErrorID STATIC_SESSION_ATTR_ERROR
public static final ErrorID STATIC_SESSION_ATTRIBUTE_CLASS_NOT_FOUND
public static final ErrorID CANNOT_CREATE_STATIC_SESSION_ATTRIBUTE
public static final ErrorID MAXIMUM_TIMEOUT_EXCEEDED
public static final ErrorID SESSION_CONFIG_FILE_ERROR
public static final ErrorID SESSION_MANAGER_FACTORY_IMPLEMENTATION_ERROR
public static final ErrorID SESSION_MANAGER_FACTORY_INSTANTIATION_ERROR
public static final ErrorID SESSION_STREAM_DUPLICATION
public static final ErrorID ACTIVITY_CONTEXT_STREAM_DUPLICATION
public static final ErrorID ACTIVITY_CONTEXT_CONTAINS_NO_SUCH_STREAM
public static final ErrorID ACTIVITY_INITIALISATION_ERROR
public static final ErrorID ACTIVITY_INITIALISATION_ERROR_WITH_DETAILS
public static final ErrorID RESOURCE_READ_IO_ERROR
public static final ErrorID ACTIVITY_TYPES_CREATION_ERROR
public static final ErrorID CONFIGURABLE_ACTIVITY_CONFIG_ERROR
public static final ErrorID CONFIGURABLE_ACTIVITY_CONFIG_PROPERTY_ERROR
public static final ErrorID CONFIGURABLE_ACTIVITY_CONFIG_PROPERTY_MISSING_ERROR
public static final ErrorID XMLDB_REGISTRATION_ERROR
public static final ErrorID XMLDB_COLLECTION_ACCESS_ERROR
public static final ErrorID XMLDB_COLLECTION_USE_ERROR
public static final ErrorID XMLDB_UNKNOWN_COLLECTION_ERROR
public static final ErrorID XMLDB_UNKNOWN_SUBCOLLECTION_ERROR
public static final ErrorID XMLDB_UNSUPPORTED_COMMAND_ERROR
public static final ErrorID XMLDB_COMMAND_CREATION_ERROR
public static final ErrorID XMLDB_COMMAND_EXECUTION_ERROR
public static final ErrorID XMLDB_COMMAND_SPECIFICATION_ERROR
public static final ErrorID UNABLE_TO_CLOSE_XMLDB_COLLECTION
public static final ErrorID XMLDB_CONTEXT_CONTAINS_NO_SUCH_STREAM
public static final ErrorID XMLDB_CREATE_COLLECTION_ERROR
public static final ErrorID XMLDB_CREATE_RESOURCE_ERROR
public static final ErrorID XMLDB_REMOVE_COLLECTION_ERROR
public static final ErrorID XMLDB_REMOVE_RESOURCE_ERROR
public static final ErrorID XMLDB_LIST_COLLECTIONS_ERROR
public static final ErrorID XMLDB_LIST_RESOURCES_ERROR
public static final ErrorID AUTHORIZATION_INITIALISATION_ERROR
public static final ErrorID DATA_RESOURCE_AUTH_ERROR
public static final ErrorID DATA_SERVICE_RESOURCE_AUTHORIZATION_ERROR
public static final ErrorID ACTIVITY_ACCESS_AUTHORIZATION_ERROR
public static final ErrorID META_DATA_AUTH_ERROR
public static final ErrorID META_DATA_EXTRACTION_ERROR
public static final ErrorID FILE_READ_AUTH_ERROR
public static final ErrorID FILE_WRITE_AUTH_ERROR
public static final ErrorID TEMP_FILE_ERROR
public static final ErrorID INTERNAL_FAULT
Parameter 1: Unique server-side error ID.
public static final ErrorID AUTHORISATION_FAULT
Parameter 1: Unique server-side error ID.
public static final ErrorID RESOURCE_UNKNOWN_ERROR
No parameters.
public static final ErrorID RESOURCE_BUSY_ERROR
No parameters.
public static final ErrorID UNKNOWN_DATA_TRANSPORT_STREAM
public static final ErrorID OUT_OF_MEMORY_ERROR
Parameter 1: Number of extra bytes that may cause this error.
public static final ErrorID DAI_CONFIG_DIR_ERROR
Parameter 1: directory name.
public static final ErrorID CREATE_RESOURCE_CONFIG_DIR_ERROR
Parameter 1: data service resource name.
public static final ErrorID CREATE_RESOURCE_CONFIG_FILE_ERROR
Parameter 1: data service resource name. Parameter 2: file name.
public static final ErrorID CUSTOMISE_RESOURCE_CONFIG_FILE_ERROR
Parameter 1: data service resource name.
public static final ErrorID PERSIST_RESOURCE_NAME_FILE_ERROR
Parameter 1: data service resource name. Parameter 2: data service resources file name.
public static final ErrorID REMOVE_RESOURCE_NAME_FILE_ERROR
Parameter 1: data service resource name. Parameter 2: data service resources file name.
public static final ErrorID DATA_SERVICE_RESOURCE_CREATION_ERROR
Parameter 1: resource ID.
public static final ErrorID DYNAMIC_DATA_SERVICE_RESOURCE_CREATION_ERROR
Parameter 1: resource ID.
public static final ErrorID DYNAMIC_DATA_SERVICE_RESOURCE_REMOVAL_ERROR
Parameter 1: resource ID.
public static final ErrorID DATA_SERVICE_RESOURCE_FACTORY_UTIL_CREATE_ERROR
No parameters.
public static final ErrorID MISSING_DEPLOYMENT_PARAM_ERROR
Parameter 1: name of missing parameter.
public static final ErrorID DEPLOYMENT_PARAM_PARSE_ERROR
Parameter 1: name of parameter. Parameter 2: given value of parameter. Parameter 3: expected class/type of value that parameter should be parsable to.
public static final ErrorID RESOURCE_ID_ALREADY_ASSIGNED_ERROR
Parameter 1: data service resource ID.
public static final ErrorID NO_SUCH_RESOURCE_ID_ERROR
Parameter 1: data service resource ID.
public static final ErrorID DATA_SERVICE_RESOURCE_FILE_ERROR
Parameter 1: file.
public static final ErrorID UNSUPPORTED_ACTIVITY_ERROR
Parameter 1: activity name.
public static final ErrorID RESOURCE_REQUEST_AUTHORIZATION_ERROR
Parameter 1: resource name.
public static final ErrorID RESOURCE_REQUEST_SPECIFICATION_ERROR
Parameter 1: resource name.
public static final ErrorID RESOURCE_REQUEST_EXECUTION_ERROR
Parameter 1: resource name.
public static final ErrorID REQUEST_AUTHORIZATION_ERROR
Parameters: none.
public static final ErrorID REQUEST_SPECIFICATION_ERROR
Parameters: none.
public static final ErrorID REQUEST_CREATION_ERROR
Parameters: none.
public static final ErrorID REQUEST_MAX_REACHED_ERROR
Parameters 1: Maximum number of requests that can be processed. Parameters 2: Maximum number of requests that can be queued.
public static final ErrorID REQUEST_SPECIFICATION_PARTIAL_RESPONSE_ERROR
Parameter 1: response document containing activities that failed.
public static final ErrorID DUPLICATE_PIPE_ERROR
Parameters 1: name of duplicate pipe.
public static final ErrorID REQUEST_EXECUTION_ERROR
Parameters: none.
public static final ErrorID CTK_REQUEST_EXECUTION_ERROR
Parameter 1: Response document.
public static final ErrorID ACTIVITY_AUTHORIZATION_ERROR
Parameter 1: activity name.
public static final ErrorID ACTIVITY_SPECIFICATION_ERROR
Parameter 1: activity name.
public static final ErrorID MISSING_SQL_PARAMETER_ERROR
Parameter 1: parameter index
public static final ErrorID SQL_PARAMETER_SETUP_ERROR
Parameter 1: parameter index
public static final ErrorID SQL_PARAMETER_ACCESS_ERROR
Parameter 1: parameter index
public static final ErrorID SQL_PARAMETER_DUPLICATION_ERROR
Parameter 1: parameter index
public static final ErrorID SQL_PARAMETERS_UNSUPPORTED_ERROR
Parameters: none.
public static final ErrorID ACTIVITY_SPECIFICATION_PARAMETER_ERROR
Parameter 1: activity name. Parameter 2: Problematic parameter name
public static final ErrorID ACTIVITY_EXECUTION_ERROR
Parameter 1: activity name.
public static final ErrorID ACTIVITY_CREATION_ERROR
Parameter 1: activity name.
public static final ErrorID MESSAGE_CONTEXT_ERROR
No parameters.
public static final ErrorID MISSING_PERFORM_DOC_ERROR
No parameters.
public static final ErrorID WSRF_MISSING_KEY_CLASS_ERROR
No parameters.
public static final ErrorID GT_RESOURCE_PROPERTY_ADD_ERROR
Parameter 1: name of resource
public static final ErrorID GT_RESOURCE_PROPERTY_REMOVE_ERROR
Parameter 1: name of resource
public static final ErrorID RESOURCE_KEY_INVALID_ERROR
Parameter 1: resource key.
public static final ErrorID WSRF_INVALID_DATA_SERVICE_RESOURCE_ERROR
No parameters.
public static final ErrorID CTK_PERFORM_DOC_ERROR
No parameters.
public static final ErrorID CTK_UNKNOWN_REQUEST_STATUS_ERROR
Parameter 1: unknown request status.
public static final ErrorID CTK_SOAP_ERROR
No parameters.
public static final ErrorID CTK_DESERIALIZATION_ERROR
No parameters.
public static final ErrorID CTK_UNEXPECTED_URL_ERROR
No parameters.
public static final ErrorID CTK_EXTERNAL_ERROR
Parameter 1: error message.
public static final ErrorID CTK_XMLDB_RESOURCE_ERROR
Parameters: none
public static final ErrorID CTK_DATA_FORMAT_ERROR
Parameters: none
public static final ErrorID CTK_DATA_FORMAT_ACTUAL_ERROR
Parameter 1: given information / type / value.
public static final ErrorID CTK_DATA_FORMAT_EXPECTED_ERROR
Parameter 1: expected information / type / value. Parameter 2: given information / type / value.
public static final ErrorID CTK_NO_ACTIVITY_OUTPUT_ERROR
Parameter 1: activity output name.
public static final ErrorID SERVICE_COMMS_ERROR
Parameter 1: service URL.
public static final ErrorID CTK_SERVICE_TYPE_ERROR
Parameter 1: service URL.
public static final ErrorID UNSUPPORTED_OPERATION_ERROR
Parameter 1: service URL. Parameter 1: operation name.
public static final ErrorID XML_PARSE_ERROR
Parameters: None
public static final ErrorID CTK_UNKNOWN_PROPERTY_ERROR
Parameter 1: Property name.
public static final ErrorID DYNAMIC_PROPERTY_CREATION_ERROR
public static final ErrorID FILES_RESOURCE_USE_ERROR
public static final ErrorID DATA_RESOURCE_ACCESSOR_CREATION_ERROR
public static final ErrorID DATA_RESOURCE_ACCESSOR_META_DATA_ERROR
public static final ErrorID DATA_RESOURCE_ACCESSOR_CONFIG_ERROR
public static final ErrorID DATA_RESOURCE_ACCESSOR_SETUP_ERROR
public static final ErrorID PROPERTY_VALUE_ERROR
Parameter 1: Property name.
public static final ErrorID PROPERTY_IMMUTABLE_ERROR
Parameter 1: Property name.
public static final ErrorID CTK_REQUEST_STATUS_ERROR
Parameter 1: Request status.
public static final ErrorID COULD_NOT_MAP_AXIS_FAULT
Parameter 1: Axis fault name.
public static final ErrorID CREATE_DAI_FAULT_ERROR
Parameter 1: OGSA-DAI fault class.
public static final ErrorID CTK_RESPONSE_ERROR
Parameters: none
public static final ErrorID CTK_RESOURCE_PROPERTY_ERROR
Parameter 1: property name.
public static final ErrorID CTK_RESOURCE_PROPERTIES_ERROR
Parameters: none.
public static final ErrorID CTK_SOAP_ATTACHMENT_ERROR
Parameters: none.
public static final ErrorID GT_RESOURCE_CONTEXT_ERROR
Parameters: none
public static final ErrorID GT_RESOURCE_ERROR
Parameters: none
public static final ErrorID EPR_CONSTRUCTION_ERROR
Parameter 1: Resource ID Parameter 2: Resource context
public static final ErrorID SERVICE_GROUP_REGISTRATION_ERROR
Parameters: none.
public static final ErrorID SERVICE_GROUP_REGISTRATION_CONFIG_ERROR
Parameters: none.
public static final ErrorID MDS_REGISTRATION_ERROR
Parameters: none.
public static final ErrorID MDS_REGISTRATION_FAILURE
Parameter 1: Name of resource for which the registation failed.
public static final ErrorID CLASS_MISSING_METHOD
Parameter 1: Class name Parameter 2: Method name and signature
public static final ErrorID CLASS_SECURITY_ERROR
Parameter 1: Class name Parameter 2: Method name and signature
public static final ErrorID CLASS_METHOD_INVOCATION_ERROR
Parameter 1: Class name Parameter 2: Method name and signature
public static final ErrorID RESPONSE_ERROR
Parameter 1: Old-style numerical ID of error. Parameter 2: Name of failed activity. Parameter 3: Response document.
public static final ErrorID REQUEST_EXECUTION_FAILURE
No parameters.
public static final ErrorID ASSEMBLE_PERFORM_DOCUMENT_ERROR
Parameter 1: Activity configuration document location.
public static final ErrorID DOCUMENT_VALIDATION_ERROR
Parameter 1: Cause of the problem.
public static final ErrorID INVALID_ACTIVITY_CLASS
Parameter 1: Name of problematic activity class. Parameter 2: Name of OGSA-DAI class that is not sub-classed.
public static final ErrorID DUPLICATE_ACTIVITY_PROPERTY_KEY
Parameter 1: Name of duplicated property key.
public static final ErrorID SERVLET_STREAM_ACCESS_ERROR
Parameter 1: service URL. Parameter 2: resource ID. Parameter 3: session ID. Parameter 4: stream ID.
public static final ErrorID ILLEGAL_CONCURRENCY_SETTING_ERROR
Parameter 1: maximum requests value given. Parameter 2: maximum queue length value given. Parameter 3: maximum request timeout value given.
public static final ErrorID NULL_SESSION_COORDINATOR_ERROR
public static final ErrorID NULL_SECURITY_CONTEXT_PROVIDER_ERROR
public static final ErrorID NULL_ACTIVITY_FACTORY_ERROR
public static final ErrorID NULL_RESOURCE_ID_ERROR
public static final ErrorID NULL_DATA_RESOURCE_ERROR
public static final ErrorID NULL_CONCURRENCY_SETTINGS_ERROR
public static final ErrorID THIRD_PARTY_COMPONENT_ERROR
public static final ErrorID MISSING_MESSAGE_BUNDLE_ERROR
public static final ErrorID MISSING_MESSAGE_ERROR
public static final ErrorID CANNOT_FIND_DN_USING_DEFAULT
public static final ErrorID UNSUPPORTED_BLOCK_ERROR
public static final ErrorID NO_EXISTING_FILE_LOCK_ERROR
public static final ErrorID FILE_LOCK_ERROR
public static final ErrorID CRYPTOGRAPHY_ERROR
Parameter 1: exception message.
public static final ErrorID MISSING_SYSTEM_PROPERTY_ERROR
Parameter 1: system property name.
public static final ErrorID MALFORMED_URL_ERROR
Parameter 1: malformed URL.
public static final ErrorID MALFORMED_RELATIVE_URL_ERROR
Parameter 1: malformed URL base. Parameter 2: malformed URL relative path.
public static final ErrorID XML_PROCESSING_ERROR
Parameter 1: problem message.
public static final ErrorID EXTERNAL_MODULE_ERROR
Parameters: none.
public static final ErrorID XML_FILE_ERROR
public static final ErrorID READER_CLOSED_ERROR
java.io.Reader
.
public static final ErrorID NUMBER_FORMAT_ERROR
public static final ErrorID NUMBER_OUT_OF_BOUNDS_ERROR
public static final ErrorID NUMBER_LESS_THAN_BOUNDS_ERROR
public static final ErrorID OMII_SECURITY_CONTEXT_UNAVAILABLE_ERROR
public static final ErrorID OMII_SECURITY_DN_NOT_FOUND_ERROR
public static final ErrorID INVALID_COLUMN_NAME
public static final ErrorID INVALID_COLUMN_INDEX
public static final ErrorID INVALID_PARAMETER
public static final ErrorID UNSUPPORTED_REGEXP_PATTERN_FORMAT
public static final ErrorID MALFORMED_REGEXP_PATTERN
public static final ErrorID BLOCK_MAKER_ERROR
uk.org.ogsadai.common.BlockMaker
runs into problems when accessing a block.
Parameters: None.
public static final ErrorID CTK_STREAM_DATA_ERROR
public static final ErrorID NON_OGSA_DAI_COMPLIANT_ERROR
Parameter 1: Exception class name. Parameter 2: Localized exception message.
public static final ErrorID BUFFER_DATA_FOR_RESPONSE_ERROR
public static final ErrorID DATA_STORE_XML_TEXT_ERROR
public static final ErrorID BLOCK_AGGREGATOR_SIZE_ERROR
public static final ErrorID UNKNOWN_SMTP_HOST_ERROR
public static final ErrorID UNKNOWN_HOST_ERROR
public static final ErrorID ILLEGAL_INDEXED_FILE_QUERY_ERROR
public static final ErrorID NO_INDEXER_FOR_INDEXED_FILE_ERROR
public static final ErrorID NO_ANALYZER_FOR_INDEXED_FILE_ERROR
public static final ErrorID FILE_MATCH_EXPR_ERROR
public static final ErrorID MALFORMED_REPLACEMENT_STRING_ERROR
public static final ErrorID NON_INCREASING_SEQUENCE_ERROR
public static final ErrorID UNSUPPORTED_URL_PROTOCOL
public static final ErrorID ZIP_ARCHIVE_COMMENT_LENGTH_ERROR
public static final ErrorID ILLEGAL_DELIMITER_ERROR
public static final ErrorID MISSING_XSLT_ERROR
Constructor Detail |
public ErrorID(java.lang.String errorID)
errorID
- The unique error ID string.Method Detail |
public java.lang.String toString()
toString
in class MessageID
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |