| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
ErrorInformation |
ObjectFactory.createErrorInformation()
Create an instance of
ErrorInformation |
| Modifier and Type | Method and Description |
|---|---|
ErrorInformation |
HerdErrorInformationExceptionHandler.handleAccessDeniedException(Exception exception)
Handle access denied exceptions.
|
ErrorInformation |
HerdErrorInformationExceptionHandler.handleActivitiException(Exception exception,
javax.servlet.http.HttpServletResponse response)
Handle Activiti exceptions.
|
ErrorInformation |
HerdErrorInformationExceptionHandler.handleBadRequestException(Exception exception)
Handle exceptions that result in a "bad request" status.
|
ErrorInformation |
HerdErrorInformationExceptionHandler.handleConflictException(Exception exception)
Handle exceptions that result in a "conflict" status.
|
ErrorInformation |
HerdErrorInformationExceptionHandler.handleHttpMessageNotReadableException(org.springframework.http.converter.HttpMessageNotReadableException exception)
Handle Spring HttpMessageNotReadableException.
|
ErrorInformation |
HerdErrorInformationExceptionHandler.handleInternalServerErrorException(Exception exception)
Handle exceptions that result in an "internal server error" status.
|
ErrorInformation |
HerdErrorInformationExceptionHandler.handleNotFoundException(RuntimeException exception)
Handle exceptions that result in a "not found" status.
|
ErrorInformation |
HerdErrorInformationExceptionHandler.handleOperationNotAllowedException(RuntimeException exception)
Handle exceptions that result in a "operation not allowed" status.
|
ErrorInformation |
HerdErrorInformationExceptionHandler.handlePersistenceException(Exception exception,
javax.servlet.http.HttpServletResponse response)
Handle persistence exceptions thrown by handlers.
|
Copyright © 2021. All rights reserved.