Class GridCacheLockTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.internal.processors.cache.GridCacheLockTimeoutException
-
- All Implemented Interfaces:
Serializable
public class GridCacheLockTimeoutException extends Exception
Used to internally indicate that lock acquisition has timed out.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridCacheLockTimeoutException(GridCacheVersion ver)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GridCacheLockTimeoutException
public GridCacheLockTimeoutException(GridCacheVersion ver)
- Parameters:
ver- Lock version.
-
-