Class MissingParameterFactory
java.lang.Object
com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingParameterFactory
- All Implemented Interfaces:
RemoteFunctionExceptionFactory<MissingParameterException>
public class MissingParameterFactory
extends Object
implements RemoteFunctionExceptionFactory<MissingParameterException>
The Missing Parameter 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
-
MissingParameterFactory
-
-
Method Details
-
create
@Nonnull @Deprecated public MissingParameterException create(@Nonnull RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.Creates a Missing Parameter Exception.- Specified by:
create
in interfaceRemoteFunctionExceptionFactory<MissingParameterException>
- Parameters:
message
- The remote function message.- Returns:
- A new exception instance.
-