Class UncheckedInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cassandra.utils.concurrent.UncheckedInterruptedException
All Implemented Interfaces:
Serializable

public class UncheckedInterruptedException extends RuntimeException
Unchecked InterruptedException, to be thrown in places where an interrupt is unexpected
See Also:
  • Constructor Details

    • UncheckedInterruptedException

      public UncheckedInterruptedException()
    • UncheckedInterruptedException

      public UncheckedInterruptedException(InterruptedException cause)