Class RemoteFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.sdk.s4hana.connectivity.exception.RequestExecutionException
com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessDeniedException
,InvalidParameterException
,MissingErpConfigException
,MissingParameterException
,NotImplementedException
,ParameterNotFoundException
,RemoteFunctionCommitFailedException
,RemoteFunctionRollbackFailedException
,WrongCustomizingException
Thrown when something goes wrong during the invocation of a remote function.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.This module will be discontinued, along with its classes and methods.Deprecated.This module will be discontinued, along with its classes and methods.RemoteFunctionException
(Iterable<RemoteFunctionMessage> messages) Deprecated.This module will be discontinued, along with its classes and methods.RemoteFunctionException
(String message) Deprecated.This module will be discontinued, along with its classes and methods.RemoteFunctionException
(String message, Throwable cause) Deprecated.This module will be discontinued, along with its classes and methods.RemoteFunctionException
(Throwable cause) Deprecated.This module will be discontinued, along with its classes and methods. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This module will be discontinued, along with its classes and methods.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteFunctionException
Deprecated.This module will be discontinued, along with its classes and methods.Default constructor without messages. -
RemoteFunctionException
Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
message
- The exception message.
-
RemoteFunctionException
Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
cause
- The exception cause.
-
RemoteFunctionException
Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
message
- The exception message.cause
- The exception cause.
-
RemoteFunctionException
Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
message
- The remote function message.
-
RemoteFunctionException
Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
messages
- The remote function messages.
-
-
Method Details
-
getMessages
Deprecated.This module will be discontinued, along with its classes and methods.
-