Klasse RestAPIException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.services.rest.RestAPIException
Alle implementierten Schnittstellen:
Serializable

public class RestAPIException extends Exception
RestAPIException signals an error in the communication with the Imixs Rest API using the Imixs RestClient. The error code is the HTTP responce code.
Version:
2.0
Autor:
rsoika
Siehe auch:
  • Felddetails

    • errorContext

      protected String errorContext
    • errorCode

      protected int errorCode
  • Konstruktordetails

    • RestAPIException

      public RestAPIException(int aErrorCode, String message)
    • RestAPIException

      public RestAPIException(String aErrorContext, int aErrorCode, String message)
    • RestAPIException

      public RestAPIException(String aErrorContext, int aErrorCode, String message, Exception e)
    • RestAPIException

      public RestAPIException(int aErrorCode, String message, Exception e)
  • Methodendetails

    • getErrorContext

      public String getErrorContext()
    • setErrorContext

      public void setErrorContext(String errorContext)
    • getErrorCode

      public int getErrorCode()
    • setErrorCode

      public void setErrorCode(int errorCode)