Package org.apache.ignite.client
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
Indicates that thin client feature is not supported by the server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception with the specified missing feature.IgniteClientFeatureNotSupportedByServerException
(String msg, @Nullable Throwable cause) Constructs a new exception with the specified cause and detail message. -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
IgniteClientFeatureNotSupportedByServerException
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.
-