Class TaskMetadataServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.bpel.services.common.exception.ServicesException
oracle.bpel.services.workflow.WorkflowException
oracle.bpel.services.workflow.metadata.TaskMetadataServiceException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class oracle.bpel.services.common.exception.ServicesException
ServicesException.ExceptionType
-
Field Summary
FieldsFields inherited from class oracle.bpel.services.common.exception.ServicesException
EXCEPTION_TYPE_ERROR, EXCEPTION_TYPE_INFORMATION, EXCEPTION_TYPE_SECURITY, EXCEPTION_TYPE_SYSTEM, EXCEPTION_TYPE_WARNING
-
Constructor Summary
ConstructorsConstructorDescriptionTaskMetadataServiceException
(int err, Object[] objs) TaskMetadataServiceException
(int err, Object[] objs, Throwable t) TaskMetadataServiceException
(int err, Locale locale, Object[] objs) -
Method Summary
Methods inherited from class oracle.bpel.services.workflow.WorkflowException
getMessageType, getReason, getTask, getTaskError, getWfRecoverableExp, setSOAPFaultInfo, setTask, setTaskError, setWfRecoverableExp
Methods inherited from class oracle.bpel.services.common.exception.ServicesException
getComponent, getDescription, getErrorArgs, getErrorCode, getExceptionLocale, getExceptionType, getExceptionTypeEnum, getFix, getLocale, getLocalizedMessage, getMessage, getName, getPrefix, getRootCause, getSeverity, getSimpleMessage, getUserName, isRecoverable, setDescription, setErrorArgs, setErrorCode, setExceptionLocale, setFix, setLocale, setName, setPrefix, setPropertyBundleName, setPropertyBundleName, setRecoverable, setSeverity, setType, setUserName, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
PAYLOAD_PART_NAME
- See Also:
-
-
Constructor Details
-
TaskMetadataServiceException
-
TaskMetadataServiceException
-
TaskMetadataServiceException
-
TaskMetadataServiceException
-
TaskMetadataServiceException
-
TaskMetadataServiceException
-
-
Method Details
-
getFaultName
Get the fault name corresponding to the exception- Overrides:
getFaultName
in classWorkflowException
- Returns:
- String faultName
-
getPart
Get the part corresponding to the part name- Overrides:
getPart
in classWorkflowException
- Returns:
- Object Part corresponding to the part name
-
getParts
Get the parts in the message- Overrides:
getParts
in classWorkflowException
- Returns:
- Map The parts with the part name as the key and the value
-