Class MissingConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.sdk.s4hana.connectivity.exception.RequestExecutionException
com.sap.cloud.sdk.s4hana.connectivity.exception.MissingConfigException
- All Implemented Interfaces:
Serializable
Deprecated.
This module will be discontinued, along with its classes and methods.
Thrown when configuration for accessing a certain system is missing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.MissingConfigException(String message) Deprecated.Constructor.MissingConfigException(String message, Throwable cause) Deprecated.Constructor.MissingConfigException(Throwable cause) Deprecated.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingConfigException
Deprecated.Constructor.- Parameters:
message- The message.
-
MissingConfigException
Deprecated.Constructor.- Parameters:
cause- The error cause.
-
MissingConfigException
Deprecated.Constructor.- Parameters:
message- The message.cause- The error cause.
-
MissingConfigException
public MissingConfigException()Deprecated.
-