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
Thrown when configuration for accessing a certain system is missing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingConfigException(String message) Constructor.MissingConfigException(String message, Throwable cause) Constructor.MissingConfigException(Throwable cause) 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
Constructor.- Parameters:
message- The message.
-
MissingConfigException
Constructor.- Parameters:
cause- The error cause.
-
MissingConfigException
Constructor.- Parameters:
message- The message.cause- The error cause.
-
MissingConfigException
public MissingConfigException()
-