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