Class GridH2RetryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ignite.IgniteException
-
- org.apache.ignite.internal.processors.query.h2.opt.GridH2RetryException
-
- All Implemented Interfaces:
Serializable
public class GridH2RetryException extends IgniteException
Internal exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridH2RetryException(String msg)
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
GridH2RetryException
public GridH2RetryException(String msg)
- Parameters:
msg- Message.
-
-