Modifier and Type | Class and Description |
---|---|
class |
DestinationAccessException
Thrown of a destination cannot be accessed, is not configured correctly, or does not fulfill certain prerequisites.
|
class |
DestinationNotFoundException
Runtime exception indicating that a destination cannot be found.
|
class |
DestinationOAuthTokenException
This exception is thrown, when the authentication failed because of problems in OAuth.
|
class |
DestinationPathsNotMergeableException
This exception is thrown if destination URI paths cannot be merged.
|
class |
DestinationTypeNotSupportedException
This exception is thrown if a
DestinationType is not supported by a method. |
Modifier and Type | Class and Description |
---|---|
class |
ForbiddenOperationException
Thrown when a certain operation is not permitted.
|
class |
InvalidParameterException
Thrown when a parameter is invalid.
|
class |
MissingParameterException
Thrown when a mandatory parameter is missing.
|
class |
NotImplementedException
Thrown when trying to use a feature toggle that is not enabled.
|
class |
PayloadTooLargeException |
class |
ServiceNotAvailableException
Thrown when a service is not available.
|
Modifier and Type | Method and Description |
---|---|
<ThrowableT extends Throwable & WithErrorResponse> |
AbstractExceptionMapper.logAsError(Class<ThrowableT> throwableClass)
Only sets the error log level for any
Throwable of the given type. |
<ThrowableT extends Throwable & WithErrorResponse> |
ErrorResponseBuilder.logAsError(Class<ThrowableT> throwableClass)
Defines the use of log level "error" for the given type of Throwable.
|
<ThrowableT extends Throwable & WithErrorResponse> |
AbstractExceptionMapper.logAsInfo(Class<ThrowableT> throwableClass)
Only sets the info log level for any
Throwable of the given type. |
<ThrowableT extends Throwable & WithErrorResponse> |
ErrorResponseBuilder.logAsInfo(Class<ThrowableT> throwableClass)
Defines the use of log level "info" for the given type of Throwable.
|
<ThrowableT extends Throwable & WithErrorResponse> |
AbstractExceptionMapper.logAsLevel(Class<ThrowableT> throwableClass,
LogLevel logLevel)
Only sets a specific server-side log level for any
Throwable of the given type. |
<ThrowableT extends Throwable & WithErrorResponse> |
ErrorResponseBuilder.logAsLevel(Class<ThrowableT> throwableClass,
LogLevel logLevel)
Defines the log level to use for the given type of Throwable.
|
<ThrowableT extends Throwable & WithErrorResponse> |
AbstractExceptionMapper.logAsWarning(Class<ThrowableT> throwableClass)
Only sets the warning log level for any
Throwable of the given type. |
<ThrowableT extends Throwable & WithErrorResponse> |
ErrorResponseBuilder.logAsWarning(Class<ThrowableT> throwableClass)
Defines the use of log level "warning" for the given type of Throwable.
|
<ThrowableT extends Throwable & WithErrorResponse> |
AbstractExceptionMapper.withMapper(ResponseMapper<ThrowableT> responseMapper,
LogLevel logLevel)
Adds the given
ResponseMapper for the Throwable specified insider the mapper. |
<ThrowableT extends Throwable & WithErrorResponse> |
ErrorResponseBuilder.withMapper(ResponseMapper<ThrowableT> responseMapper,
LogLevel logLevel)
Use the given
ResponseMapper for building the error response. |
Modifier and Type | Class and Description |
---|---|
class |
FeatureNotEnabledException
Thrown when trying to use a feature toggle that is not enabled.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudConnectorException
An exception that is thrown when there is an issue reported by the SAP HANA Cloud Connector.
|
class |
LogonErrorException
Thrown when a certain service refuses the logon attempt.
|
class |
MissingConfigException
Thrown when configuration for accessing a certain system is missing.
|
class |
RequestExecutionException
Thrown when something goes wrong during the execution of a request.
|
class |
VersionNotSupportedException
Thrown when the version of a system or service is not supported.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedException
Thrown when a parameter is invalid.
|
class |
MissingErpConfigException
Thrown when an ERP configuration prevents an action (e.g.
|
class |
ParameterNotFoundException
The Parameter Not Found Exception.
|
class |
RemoteFunctionCommitFailedException
Thrown when the commit during the invocation of a remote function fails.
|
class |
RemoteFunctionException
Thrown when something goes wrong during the invocation of a remote function.
|
class |
RemoteFunctionRollbackFailedException
Thrown when the rollback during the invocation of a remote function fails.
|
class |
WrongCustomizingException
The Wrong Customizing Exception.
|
Copyright © 2020 SAP SE. All rights reserved.