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