Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
DestinationNotFoundException.getErrorResponse() |
ResponseWithErrorCode |
DestinationAccessException.getErrorResponse() |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
UserNotAuthenticatedException.getErrorResponse() |
ResponseWithErrorCode |
UserAccessDeniedException.getErrorResponse() |
ResponseWithErrorCode |
UserNotInRoleException.getErrorResponse() |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
MissingParameterException.getErrorResponse() |
ResponseWithErrorCode |
InvalidParameterException.getErrorResponse() |
ResponseWithErrorCode |
ServiceNotAvailableException.getErrorResponse() |
ResponseWithErrorCode |
NotImplementedException.getErrorResponse() |
ResponseWithErrorCode |
ForbiddenOperationException.getErrorResponse() |
ResponseWithErrorCode |
PayloadTooLargeException.getErrorResponse() |
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedResponse |
class |
CloudConnectorErrorResponse |
class |
ConstraintViolatedResponse |
class |
DestinationErrorResponse |
class |
EntityAlreadyExistsResponse |
class |
EntityNotFoundResponse |
class |
FeatureNotEnabledResponse |
class |
ForbiddenOperationResponse |
class |
FormatNotRecognizedResponse |
class |
InvalidFieldFormatResponse |
class |
InvalidJsonResponse |
class |
InvalidParameterResponse |
class |
LogonErrorResponse |
class |
MandatoryFieldsMissingResponse |
class |
MissingConfigResponse |
class |
MissingParameterResponse |
class |
NotAuthenticatedResponse |
class |
NotImplementedResponse |
class |
PayloadTooLargeResponse |
class |
QueryExecutionErrorResponse |
class |
QuerySignatureErrorResponse |
class |
ServiceNotAvailableResponse |
class |
UnexpectedErrorResponse |
class |
UnsupportedOperationResponse |
class |
VersionNotSupportedResponse |
Modifier and Type | Method and Description |
---|---|
<ResponseT extends ResponseWithErrorCode> |
ServletErrorResponseBuilder.build(javax.servlet.http.HttpServletResponse servletResponse,
ResponseT response) |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
ResponseBuilder.build(Throwable throwable) |
ResponseWithErrorCode |
WithErrorResponse.getErrorResponse()
Gets the response containing an HTTP error code.
|
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
IllegalArgumentExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
JsonSyntaxExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
EntityAlreadyExistsExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
ResponseMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
StringParsingExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
EntityNotFoundExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
ConstraintViolationExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
TimeoutExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
NumberFormatExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
UnsupportedOperationExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
RuntimeExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
PropertyBindingExceptionMapper.toResponse(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
ConstraintViolationExceptionMapper.toResponse(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
static <ResponseT extends ResponseWithErrorCode> |
JaxRsErrorResponseBuilder.build(ResponseT response) |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
WebApplicationExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
NotFoundExceptionMapper.toResponse(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
FeatureNotEnabledException.getErrorResponse() |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
VersionNotSupportedException.getErrorResponse() |
ResponseWithErrorCode |
QuerySignatureException.getErrorResponse() |
ResponseWithErrorCode |
CloudConnectorException.getErrorResponse() |
ResponseWithErrorCode |
MissingConfigException.getErrorResponse() |
ResponseWithErrorCode |
LogonErrorException.getErrorResponse() |
ResponseWithErrorCode |
AccessDeniedException.getErrorResponse() |
ResponseWithErrorCode |
QueryExecutionException.getErrorResponse() |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
MissingParameterException.getErrorResponse() |
ResponseWithErrorCode |
ParameterNotFoundException.getErrorResponse() |
ResponseWithErrorCode |
InvalidParameterException.getErrorResponse() |
ResponseWithErrorCode |
MissingErpConfigException.getErrorResponse() |
ResponseWithErrorCode |
NotImplementedException.getErrorResponse() |
ResponseWithErrorCode |
WrongCustomizingException.getErrorResponse() |
ResponseWithErrorCode |
AccessDeniedException.getErrorResponse() |
Modifier and Type | Class and Description |
---|---|
class |
GenericRemoteFunctionErrorResponse |
class |
MissingErpConfigResponse |
class |
ParameterNotFoundResponse |
class |
RemoteFunctionResponseWithErrorCode |
class |
WrongCustomizingErrorResponse |
Copyright © 2018 SAP SE. All rights reserved.