Class UnsupportedFeatureException

All Implemented Interfaces:
Serializable

public class UnsupportedFeatureException extends ClientException
A feature is not supported in a given setup.
Since:
5.7
See Also:
  • Constructor Details

    • UnsupportedFeatureException

      public UnsupportedFeatureException(String message)
      Constructs a new instance.
      Parameters:
      message - the message
    • UnsupportedFeatureException

      public UnsupportedFeatureException(String message, Throwable cause)
      Constructs a new instance.
      Parameters:
      message - the message
      cause - the cause