Class VersionNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.sdk.s4hana.connectivity.exception.VersionNotSupportedException
- All Implemented Interfaces:
Serializable
Thrown when the version of a system or service is not supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVersionNotSupportedException(String message) Constructor.VersionNotSupportedException(String message, Throwable cause) Constructor.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
Constructor.- Parameters:
message- The message.
-
VersionNotSupportedException
Constructor.- Parameters:
cause- The error cause.
-
VersionNotSupportedException
Constructor.- Parameters:
message- The message.cause- The error cause.
-
VersionNotSupportedException
public VersionNotSupportedException()
-