Modifier and Type | Class and Description |
---|---|
class |
DestinationAccessException
This exception is thrown, when a given destination could not be accessed.
|
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 |
DestinationTypeNotSupportedException
This exception is thrown if a
DestinationType is not supported by a method. |
Modifier and Type | Class and Description |
---|---|
class |
UserAccessDeniedException
Runtime exception indicating that accessing users is denied.
|
class |
UserNotAuthenticatedException
Runtime exception indicating that the user is not authenticated.
|
class |
UserNotInRoleException
Exception indicating that a user does not have a required role.
|
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> |
ResponseBuilder.logAsError(Class<ThrowableT> throwableClass) |
<ThrowableT extends Throwable & WithErrorResponse> |
ResponseBuilder.logAsInfo(Class<ThrowableT> throwableClass) |
<ThrowableT extends Throwable & WithErrorResponse> |
ResponseBuilder.logAsLevel(Class<ThrowableT> throwableClass,
LogLevel logLevel) |
<ThrowableT extends Throwable & WithErrorResponse> |
ResponseBuilder.logAsWarning(Class<ThrowableT> throwableClass) |
<ThrowableT extends Throwable & WithErrorResponse> |
ResponseBuilder.withMapper(ResponseMapper<ThrowableT> responseMapper,
LogLevel logLevel) |
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 |
AbapInterfaceNotSupportedException
Thrown when the ABAP interface version is not supported.
|
class |
AccessDeniedException
Thrown when a certain service denies access to the requested resources.
|
class |
CloudConnectorException
An exception that is thrown when there is an issue reported by the SAP HANA Cloud Connector.
|
class |
ErpEditionNotSupportedException
Thrown when an
ErpEdition is not supported. |
class |
ErpReleaseNotSupportedException
Thrown when an
ErpRelease is not supported. |
class |
IcfServiceAccessDeniedException |
class |
LogonErrorException
Thrown when a certain service refuses the logon attempt.
|
class |
MissingConfigException
Thrown when configuration for accessing a certain system is missing.
|
class |
QueryExecutionException
Thrown when something goes wrong during the execution of a query.
|
class |
QuerySignatureException
An exception that is thrown when there is an issue with signing a query.
|
class |
VersionNotSupportedException
Thrown when the version of a system or service is not supported.
|
Modifier and Type | Class and Description |
---|---|
class |
MissingErpConfigException
Thrown when an ERP configuration prevents an action (e.g.
|
class |
ParameterNotFoundException |
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 |
Copyright © 2018 SAP SE. All rights reserved.