Class UncheckedInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.cassandra.utils.concurrent.UncheckedInterruptedException
-
- All Implemented Interfaces:
java.io.Serializable
public class UncheckedInterruptedException extends java.lang.RuntimeException
UncheckedInterruptedException
, to be thrown in places where an interrupt is unexpected- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedInterruptedException()
UncheckedInterruptedException(java.lang.InterruptedException cause)
-