Class VersionIsNotDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.internal.lang.IgniteInternalException
org.gridgain.internal.rest.upgrade.exception.VersionIsNotDefinedException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
public class VersionIsNotDefinedException
extends org.apache.ignite.internal.lang.IgniteInternalException
Exception thrown when version is not defined on upgrade start.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.ignite.internal.lang.IgniteInternalException
code, codeAsString, errorCode, groupCode, groupName, toString, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
VersionIsNotDefinedException
-