Class InvalidParameterException
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
com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.InvalidParameterException
- All Implemented Interfaces:
Serializable
Thrown when a parameter is invalid.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidParameterException
(String parameter, RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods. -
Method Summary
Methods inherited from class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
getMessages
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidParameterException
@Deprecated public InvalidParameterException(@Nullable String parameter, @Nonnull RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.Constructor.- Parameters:
parameter
- The parameter.message
- The remote function message.
-
-
Method Details
-
getParameter
-