Class ClientFeatureNotSupportedByServerException

    • Constructor Detail

      • ClientFeatureNotSupportedByServerException

        public ClientFeatureNotSupportedByServerException​(String msg)
        Constructs a new exception with the specified detail message.
        Parameters:
        msg - the detail message.
      • ClientFeatureNotSupportedByServerException

        public ClientFeatureNotSupportedByServerException​(org.apache.ignite.internal.client.thin.ProtocolBitmaskFeature feature)
        Parameters:
        feature - Feature.
      • ClientFeatureNotSupportedByServerException

        public ClientFeatureNotSupportedByServerException​(String msg,
                                                          Throwable cause)
        Constructs a new exception with the specified cause and detail message.
        Parameters:
        msg - the detail message.
        cause - the cause.