| Class | Description | 
|---|---|
| ExceptionHandler | Translates any  Throwableto a HTTP 500 error and a JSON response. | 
| ExceptionHandlerHelper | |
| JsonMappingExceptionHandler | |
| JsonParseExceptionHandler | |
| ProcessEngineExceptionHandler | Translates any  ProcessEngineExceptionto a HTTP 500 error and a JSON response. | 
| RestExceptionHandler | Translates  RestExceptions to error responses according to the status that is set in the exception. | 
| Exception | Description | 
|---|---|
| InvalidRequestException | This exception is used for any kind of errors that occur due to malformed
 parameters in a Http query. | 
| RestException | 
Copyright © 2018. All rights reserved.