Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
DestinationNotFoundException.getErrorResponse() |
ResponseWithErrorCode |
DestinationAccessException.getErrorResponse() |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
PayloadTooLargeException.getErrorResponse()
Gets the response containing an HTTP error code.
|
ResponseWithErrorCode |
MissingParameterException.getErrorResponse()
Gets the response containing an HTTP error code.
|
ResponseWithErrorCode |
InvalidParameterException.getErrorResponse()
Gets the response containing an HTTP error code.
|
ResponseWithErrorCode |
NotImplementedException.getErrorResponse()
Gets the response containing an HTTP error code.
|
ResponseWithErrorCode |
ForbiddenOperationException.getErrorResponse()
Gets the response containing an HTTP error code.
|
ResponseWithErrorCode |
ServiceNotAvailableException.getErrorResponse()
Gets the response containing an HTTP error code.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedResponse
Access Denied Response.
|
class |
CloudConnectorErrorResponse
Cloud Connector Error.
|
class |
ConstraintViolatedResponse
Constraint Violation.
|
class |
DestinationErrorResponse
Destination Error.
|
class |
EntityAlreadyExistsResponse
Entity Already Exists.
|
class |
EntityNotFoundResponse
Entity Not Found.
|
class |
FeatureNotEnabledResponse
Feature Not Enabled.
|
class |
ForbiddenOperationResponse
Forbidden Operation.
|
class |
FormatNotRecognizedResponse
Format Not Recognized.
|
class |
InvalidFieldFormatResponse
Invalid Field Format.
|
class |
InvalidJsonResponse
Invalid JSON.
|
class |
InvalidParameterResponse
Invalid Parameter.
|
class |
LogonErrorResponse
Logon Error.
|
class |
MandatoryFieldsMissingResponse
Mandatory Fields Missing.
|
class |
MissingConfigResponse
Missing Configuration.
|
class |
MissingParameterResponse
Missing Parameter.
|
class |
NotAuthenticatedResponse
Not Authenticated.
|
class |
NotImplementedResponse
Not Implemented.
|
class |
PayloadTooLargeResponse
Payload Too Large.
|
class |
QuerySignatureErrorResponse
Query Signature Error.
|
class |
RequestExecutionErrorResponse
Request Execution Error.
|
class |
ServiceNotAvailableResponse
Service Not Available.
|
class |
UnexpectedErrorResponse
Unexpected Error.
|
class |
UnsupportedOperationResponse
Unsupported Operation.
|
class |
VersionNotSupportedResponse
Version Not Supported.
|
Modifier and Type | Method and Description |
---|---|
<ResponseT extends ResponseWithErrorCode> |
ServletErrorResponseBuilder.build(javax.servlet.http.HttpServletResponse servletResponse,
ResponseT response)
Build and pass the servlet error response.
|
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
ErrorResponseBuilder.build(Throwable throwable)
Create the response instance for a given error.
|
ResponseWithErrorCode |
WithErrorResponse.getErrorResponse()
Gets the response containing an HTTP error code.
|
protected ResponseWithErrorCode |
ErrorResponseBuilder.toResponse(Throwable throwable)
Translate the builder information to a response instance.
|
protected ResponseWithErrorCode |
ErrorResponseBuilder.toResponse(Throwable throwable,
int stackTraceLevel)
Translate the builder information to a response instance.
|
protected ResponseWithErrorCode |
AbstractExceptionMapper.toResponseWithErrorCode(Throwable throwable)
Wraps the given
Throwable into a ResponseWithErrorCode , using the mappings stored in the
ErrorResponseBuilder . |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
ResponseMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
TimeoutExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
JsonSyntaxExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
EntityNotFoundExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
PropertyBindingExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
IllegalArgumentExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
EntityAlreadyExistsExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
ConstraintViolationExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
NumberFormatExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
UnsupportedOperationExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
StringParsingExceptionMapper.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)
Constructs a JAX-RS
Response . |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
NotFoundExceptionMapper.toResponse(Throwable throwable) |
ResponseWithErrorCode |
WebApplicationExceptionMapper.toResponse(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
FeatureNotEnabledException.getErrorResponse() |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
CloudConnectorException.getErrorResponse() |
ResponseWithErrorCode |
LogonErrorException.getErrorResponse() |
ResponseWithErrorCode |
RequestExecutionException.getErrorResponse() |
ResponseWithErrorCode |
MissingConfigException.getErrorResponse() |
ResponseWithErrorCode |
AccessDeniedException.getErrorResponse() |
ResponseWithErrorCode |
VersionNotSupportedException.getErrorResponse() |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
ParameterNotFoundException.getErrorResponse() |
ResponseWithErrorCode |
MissingErpConfigException.getErrorResponse() |
ResponseWithErrorCode |
MissingParameterException.getErrorResponse() |
ResponseWithErrorCode |
InvalidParameterException.getErrorResponse() |
ResponseWithErrorCode |
AccessDeniedException.getErrorResponse() |
ResponseWithErrorCode |
NotImplementedException.getErrorResponse() |
ResponseWithErrorCode |
WrongCustomizingException.getErrorResponse() |
Modifier and Type | Class and Description |
---|---|
class |
GenericRemoteFunctionErrorResponse
The Generic Remote Function Error Response.
|
class |
MissingErpConfigResponse
The Missing ERP Configuration Response.
|
class |
ParameterNotFoundResponse
The Parameter Not Found Response.
|
class |
RemoteFunctionResponseWithErrorCode
The Remote Function Response base class.
|
class |
WrongCustomizingErrorResponse
The Wrong Customizing Error Response.
|
Copyright © 2021 SAP SE. All rights reserved.