Uses of Class
org.camunda.bpm.client.exception.RestException
-
Packages that use RestException Package Description org.camunda.bpm.client.exception org.camunda.bpm.client.impl -
-
Uses of RestException in org.camunda.bpm.client.exception
Subclasses of RestException in org.camunda.bpm.client.exception Modifier and Type Class Description class
BadRequestException
Thrown when you perform an illegal operation or the given data is invalid.class
EngineException
Thrown if something went wrong during the engine execution (e.g., a persistence exception occurred).class
NotAcquiredException
Deprecated.since this exception has been replaced byBadRequestException
and will be removed in version 7.19.class
NotFoundException
Exception is thrown if the task has been canceled and therefore does not exist anymoreclass
NotResumedException
Deprecated.since this exception has been replaced byEngineException
and will be removed in version 7.19.class
UnknownHttpErrorException
Exception is thrown in case the HTTP status code is not known by the client.Constructors in org.camunda.bpm.client.exception with parameters of type RestException Constructor Description BadRequestException(String message, RestException restException)
EngineException(String message, RestException restException)
NotAcquiredException(String message, RestException restException)
Deprecated.NotFoundException(String message, RestException restException)
NotResumedException(String message, RestException restException)
Deprecated.UnknownHttpErrorException(String message, RestException restException)
-
Uses of RestException in org.camunda.bpm.client.impl
Methods in org.camunda.bpm.client.impl that return RestException Modifier and Type Method Description RestException
EngineRestExceptionDto. toRestException()
Methods in org.camunda.bpm.client.impl with parameters of type RestException Modifier and Type Method Description protected EngineClientException
EngineClientLogger. exceptionWhileReceivingResponse(org.apache.http.HttpRequest httpRequest, RestException e)
-