Class IgniteClientFeatureNotSupportedByServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.apache.ignite.client.IgniteClientFeatureNotSupportedByServerException
All Implemented Interfaces:
Serializable, TraceableException

public class IgniteClientFeatureNotSupportedByServerException extends IgniteException
Indicates that thin client feature is not supported by the server.
See Also:
  • Constructor Details

    • IgniteClientFeatureNotSupportedByServerException

      public IgniteClientFeatureNotSupportedByServerException(String feature)
      Constructs a new exception with the specified missing feature.
      Parameters:
      feature - Feature.
    • IgniteClientFeatureNotSupportedByServerException

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