Class MissingErpConfigurationExceptionFactory
java.lang.Object
com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingErpConfigurationExceptionFactory
- All Implemented Interfaces:
RemoteFunctionExceptionFactory<MissingErpConfigException>
public class MissingErpConfigurationExceptionFactory
extends Object
implements RemoteFunctionExceptionFactory<MissingErpConfigException>
The Missing ERP Configuration Exception Factory.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.
-
Constructor Details
-
MissingErpConfigurationExceptionFactory
-
-
Method Details
-
create
@Nonnull @Deprecated public MissingErpConfigException create(@Nonnull RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.Creates a Missing ERP Configuration Exception.- Specified by:
create
in interfaceRemoteFunctionExceptionFactory<MissingErpConfigException>
- Parameters:
message
- The remote function message.- Returns:
- A new exception instance.
-