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 classBadRequestExceptionThrown when you perform an illegal operation or the given data is invalid.classEngineExceptionThrown if something went wrong during the engine execution (e.g., a persistence exception occurred).classNotFoundExceptionException is thrown if the task has been canceled and therefore does not exist anymoreclassUnknownHttpErrorExceptionException 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(java.lang.String message, RestException restException)EngineException(java.lang.String message, RestException restException)NotFoundException(java.lang.String message, RestException restException)UnknownHttpErrorException(java.lang.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 RestExceptionEngineRestExceptionDto. toRestException()Methods in org.camunda.bpm.client.impl with parameters of type RestException Modifier and Type Method Description protected EngineClientExceptionEngineClientLogger. exceptionWhileReceivingResponse(org.apache.http.HttpRequest httpRequest, RestException e)
-