Package org.imixs.melman
Class RestAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.exceptions.WorkflowException
org.imixs.melman.RestAPIException
- All Implemented Interfaces:
Serializable
public class RestAPIException
extends org.imixs.workflow.exceptions.WorkflowException
The RestAPIException is thrown in case a Imixs Rest API Call failed.
- Author:
- rsoika
- See Also:
-
Field Summary
FieldsFields inherited from class org.imixs.workflow.exceptions.WorkflowException
errorCode, errorContext -
Constructor Summary
ConstructorsConstructorDescriptionRestAPIException(String aErrorContext, String aErrorCode, String message) RestAPIException(String aErrorContext, String aErrorCode, String message, Exception e) -
Method Summary
Methods inherited from class org.imixs.workflow.exceptions.WorkflowException
getErrorCode, getErrorContext, setErrorCode, setErrorContextMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
RESPONSE_PROCESSING_EXCEPTION
- See Also:
-
-
Constructor Details
-
RestAPIException
-
RestAPIException
-