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