Uses of Class
org.camunda.bpm.client.exception.RestException
-
Uses of RestException in org.camunda.bpm.client.exception
Modifier and TypeClassDescriptionclass
Thrown when you perform an illegal operation or the given data is invalid.class
Thrown if something went wrong during the engine execution (e.g., a persistence exception occurred).class
Exception is thrown if the task has been canceled and therefore does not exist anymoreclass
Exception is thrown in case the HTTP status code is not known by the client.ModifierConstructorDescriptionBadRequestException
(String message, RestException restException) EngineException
(String message, RestException restException) NotFoundException
(String message, RestException restException) UnknownHttpErrorException
(String message, RestException restException) -
Uses of RestException in org.camunda.bpm.client.impl
Modifier and TypeMethodDescriptionprotected EngineClientException
EngineClientLogger.exceptionWhileReceivingResponse
(org.apache.hc.core5.http.HttpRequest httpRequest, RestException e)