Class VersionNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.sdk.s4hana.connectivity.exception.VersionNotSupportedException
All Implemented Interfaces:
Serializable

@Deprecated public class VersionNotSupportedException extends Exception
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 Details

    • VersionNotSupportedException

      public VersionNotSupportedException(@Nullable String message)
      Deprecated.
      Constructor.
      Parameters:
      message - The message.
    • VersionNotSupportedException

      public VersionNotSupportedException(@Nullable Throwable cause)
      Deprecated.
      Constructor.
      Parameters:
      cause - The error cause.
    • VersionNotSupportedException

      public VersionNotSupportedException(@Nullable String message, @Nullable Throwable cause)
      Deprecated.
      Constructor.
      Parameters:
      message - The message.
      cause - The error cause.
    • VersionNotSupportedException

      public VersionNotSupportedException()
      Deprecated.