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.WorkflowExceptionThe RestAPIException is thrown in case a Imixs Rest API Call failed.- Author:
- rsoika
- See Also:
DocumentClient, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringRESPONSE_PROCESSING_EXCEPTION
-
Constructor Summary
Constructors Constructor Description RestAPIException(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, setErrorContext
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
RESPONSE_PROCESSING_EXCEPTION
public static final String RESPONSE_PROCESSING_EXCEPTION
- See Also:
- Constant Field Values
-
-