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).classNotAcquiredExceptionDeprecated.since this exception has been replaced byBadRequestExceptionand will be removed in version 7.19.classNotFoundExceptionException is thrown if the task has been canceled and therefore does not exist anymoreclassNotResumedExceptionDeprecated.since this exception has been replaced byEngineExceptionand will be removed in version 7.19.classUnknownHttpErrorExceptionException 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)NotAcquiredException(java.lang.String message, RestException restException)Deprecated.NotFoundException(java.lang.String message, RestException restException)NotResumedException(java.lang.String message, RestException restException)Deprecated.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)
-