java.lang .Object java.lang .Throwable java.lang .Exception de.danet.an.workflow.clients.wfxml .ASAPException ASAPException public class ASAPException extends Exception (Code) ASAP specific error.
author: Dirk Schnelle
Constructor Summary public ASAPException (int code, String message) Creates a new instance with all attributes initialized
to defaults or the given values.public ASAPException (int code, Throwable cause) Creates a new instance with all attributes initialized
to defaults or the given values.public ASAPException (int code, String message, Throwable cause) Creates a new instance with all attributes initialized
to defaults or the given values.
Method Summary public intgetErrorCode () Retrieves the ASAP specific error code.
ASAP_ELEMENT_MISSING final public static int ASAP_ELEMENT_MISSING (Code)
ASAP_HISTORY_NOT_AVAILABLE final public static int ASAP_HISTORY_NOT_AVAILABLE (Code)
ASAP_INVALID_CONTEXT_DATA final public static int ASAP_INVALID_CONTEXT_DATA (Code)
ASAP_INVALID_FACTORY final public static int ASAP_INVALID_FACTORY (Code)
ASAP_INVALID_INSTANCE_KEY final public static int ASAP_INVALID_INSTANCE_KEY (Code)
ASAP_INVALID_KEY final public static int ASAP_INVALID_KEY (Code)
ASAP_INVALID_NOTIFICATION_NAME final public static int ASAP_INVALID_NOTIFICATION_NAME (Code)
ASAP_INVALID_OBSERVER_FOR_RESOURCE final public static int ASAP_INVALID_OBSERVER_FOR_RESOURCE (Code)
ASAP_INVALID_OPERATION_SPECIFICATION final public static int ASAP_INVALID_OPERATION_SPECIFICATION (Code)
ASAP_INVALID_REQUEST_ID final public static int ASAP_INVALID_REQUEST_ID (Code)
ASAP_INVALID_RESPONSE_REQUIRED_VALUE final public static int ASAP_INVALID_RESPONSE_REQUIRED_VALUE (Code)
ASAP_INVALID_RESULT_DATA final public static int ASAP_INVALID_RESULT_DATA (Code)
ASAP_INVALID_RESULT_DATA_SET final public static int ASAP_INVALID_RESULT_DATA_SET (Code)
ASAP_INVALID_STATE_TRANSITION final public static int ASAP_INVALID_STATE_TRANSITION (Code)
ASAP_INVALID_VERSION final public static int ASAP_INVALID_VERSION (Code)
ASAP_MISSING_INSTANCE_KEY final public static int ASAP_MISSING_INSTANCE_KEY (Code)
ASAP_MISSING_NOTIFICATION_NAME final public static int ASAP_MISSING_NOTIFICATION_NAME (Code)
ASAP_NO_ACCESS_TO_RESOURCE final public static int ASAP_NO_ACCESS_TO_RESOURCE (Code)
ASAP_NO_AUTHORIZATION final public static int ASAP_NO_AUTHORIZATION (Code)
ASAP_OPERATION_FAILED final public static int ASAP_OPERATION_FAILED (Code)
ASAP_PARSING_ERROR final public static int ASAP_PARSING_ERROR (Code)
ASAPException public ASAPException(int code, String message)(Code) Creates a new instance with all attributes initialized
to defaults or the given values.
Parameters: code - the ASAP error code.Parameters: message - the detail message.
ASAPException public ASAPException(int code, Throwable cause)(Code) Creates a new instance with all attributes initialized
to defaults or the given values.
Parameters: code - the ASAP error code.Parameters: cause - root cause.
ASAPException public ASAPException(int code, String message, Throwable cause)(Code) Creates a new instance with all attributes initialized
to defaults or the given values.
Parameters: code - the ASAP error code.Parameters: message - the detail message.Parameters: cause - root cause.
getErrorCode public int getErrorCode()(Code) Retrieves the ASAP specific error code.
ASAP error code.