Package org.cache2k.core
Class CacheOperationInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cache2k.CacheException
-
- org.cache2k.core.CacheOperationInterruptedException
-
- All Implemented Interfaces:
Serializable
public class CacheOperationInterruptedException extends org.cache2k.CacheException
Used to rethrow if we get anInterruptedException
- Author:
- Jens Wilke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheOperationInterruptedException(InterruptedException original)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
propagate(InterruptedException ex)
Set interrupt state again and propagate exception asCacheOperationInterruptedException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CacheOperationInterruptedException
public CacheOperationInterruptedException(InterruptedException original)
-
-
Method Detail
-
propagate
public static void propagate(InterruptedException ex)
Set interrupt state again and propagate exception asCacheOperationInterruptedException
-
-