Package org.apache.ignite.client
Class ClientFeatureNotSupportedByServerException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.ignite.client.ClientException
- 
- org.apache.ignite.client.ClientFeatureNotSupportedByServerException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ClientFeatureNotSupportedByServerException extends ClientException Feature not supported by server exception.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ClientFeatureNotSupportedByServerException(String msg)Constructs a new exception with the specified detail message.ClientFeatureNotSupportedByServerException(String msg, Throwable cause)Constructs a new exception with the specified cause and detail message.ClientFeatureNotSupportedByServerException(org.apache.ignite.internal.client.thin.ProtocolBitmaskFeature feature)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ClientFeatureNotSupportedByServerExceptionpublic ClientFeatureNotSupportedByServerException(String msg) Constructs a new exception with the specified detail message.- Parameters:
- msg- the detail message.
 
 - 
ClientFeatureNotSupportedByServerExceptionpublic ClientFeatureNotSupportedByServerException(org.apache.ignite.internal.client.thin.ProtocolBitmaskFeature feature) - Parameters:
- feature- Feature.
 
 
- 
 
-