Class IgniteTxTimeoutCheckedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.transactions.TransactionCheckedException
-
- org.apache.ignite.internal.transactions.IgniteTxTimeoutCheckedException
-
- All Implemented Interfaces:
Serializable
public class IgniteTxTimeoutCheckedException extends TransactionCheckedException
Exception thrown whenever grid transactions time out.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgniteTxTimeoutCheckedException(String msg)Creates new timeout exception with given error message.IgniteTxTimeoutCheckedException(String msg, Throwable cause)Creates new timeout exception with given error message and optional nested exception.
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
IgniteTxTimeoutCheckedException
public IgniteTxTimeoutCheckedException(String msg)
Creates new timeout exception with given error message.- Parameters:
msg- Error message.
-
-