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