Class UncheckedInterruptedException

All Implemented Interfaces:
Serializable

public class UncheckedInterruptedException extends RuntimeException
Wraps an InterruptedException with an unchecked exception.
Author:
bjorncs
See Also:
  • Constructor Details

    • UncheckedInterruptedException

      public UncheckedInterruptedException(String message, InterruptedException cause, boolean restoreInterruptFlag)
    • UncheckedInterruptedException

      public UncheckedInterruptedException(InterruptedException cause, boolean restoreInterruptFlags)
    • UncheckedInterruptedException

      public UncheckedInterruptedException(String message, boolean restoreInterruptFlag)
    • UncheckedInterruptedException

      public UncheckedInterruptedException(String message, InterruptedException cause)
    • UncheckedInterruptedException

      public UncheckedInterruptedException(InterruptedException cause)
  • Method Details