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