Interface | Description |
---|---|
RemoteFunctionExceptionFactory<T extends RemoteFunctionException> |
The Remote Function Exception Factory.
|
Class | Description |
---|---|
AccessDeniedExceptionFactory |
The Access Denied Exception Factory.
|
InvalidParameterExceptionFactory |
The Invalid Parameter Exception Factory.
|
MissingErpConfigurationExceptionFactory |
The Missing ERP Configuration Exception Factory.
|
MissingParameterFactory |
The Missing Parameter Exception Factory.
|
NotImplementedExceptionFactory |
The Not Implemented Exception Factory.
|
ParameterNotFoundFactory |
The Parameter Not Found Exception Factory.
|
WrongCustomizingExceptionFactory |
The Wrong Customizing Exception Factory.
|
Exception | Description |
---|---|
AccessDeniedException |
Thrown when a parameter is invalid.
|
InvalidParameterException |
Thrown when a parameter is invalid.
|
MissingErpConfigException |
Thrown when an ERP configuration prevents an action (e.g.
|
MissingParameterException |
Thrown when a mandatory parameter is missing.
|
NotImplementedException |
Thrown when a method is not implemented.
|
ParameterNotFoundException |
The Parameter Not Found Exception.
|
RemoteFunctionCommitFailedException |
Thrown when the commit during the invocation of a remote function fails.
|
RemoteFunctionException |
Thrown when something goes wrong during the invocation of a remote function.
|
RemoteFunctionRollbackFailedException |
Thrown when the rollback during the invocation of a remote function fails.
|
WrongCustomizingException |
The Wrong Customizing Exception.
|
Copyright © 2020 SAP SE. All rights reserved.