Class | Description |
---|---|
ExceptionHandler |
Translates any
Exception to a HTTP 500 error and a JSON response. |
ProcessEngineExceptionHandler |
Translates any
ProcessEngineException to a HTTP 500 error and a JSON response. |
RestExceptionHandler |
Translates
RestException s 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 © 2015. All rights reserved.