Class VersionNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.sdk.s4hana.connectivity.exception.VersionNotSupportedException
- All Implemented Interfaces:
Serializable
Deprecated.
This module will be discontinued, along with its classes and methods.
Thrown when the version of a system or service is not supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.VersionNotSupportedException(String message) Deprecated.Constructor.VersionNotSupportedException(String message, Throwable cause) Deprecated.Constructor.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
-
VersionNotSupportedException
Deprecated.Constructor.- Parameters:
message- The message.
-
VersionNotSupportedException
Deprecated.Constructor.- Parameters:
cause- The error cause.
-
VersionNotSupportedException
Deprecated.Constructor.- Parameters:
message- The message.cause- The error cause.
-
VersionNotSupportedException
public VersionNotSupportedException()Deprecated.
-