Package org.imixs.workflow.services.rest
Klasse RestAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.services.rest.RestAPIException
- Alle implementierten Schnittstellen:
Serializable
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:
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRestAPIException(int aErrorCode, String message) RestAPIException(int aErrorCode, String message, Exception e) RestAPIException(String aErrorContext, int aErrorCode, String message) RestAPIException(String aErrorContext, int aErrorCode, String message, Exception e) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintvoidsetErrorCode(int errorCode) voidsetErrorContext(String errorContext) Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Felddetails
-
errorContext
-
errorCode
protected int errorCode
-
-
Konstruktordetails
-
RestAPIException
-
RestAPIException
-
RestAPIException
-
RestAPIException
-
-
Methodendetails
-
getErrorContext
-
setErrorContext
-
getErrorCode
public int getErrorCode() -
setErrorCode
public void setErrorCode(int errorCode)
-