Class UncheckedInterruptedException

    • Constructor Detail

      • 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​(InterruptedException cause)