Class UncheckedInterruptedException

    • Constructor Detail

      • UncheckedInterruptedException

        public UncheckedInterruptedException​(String message,
                                             InterruptedException cause)
        Constructs an instance of this class.
        Parameters:
        message - the detail message, can be null
        cause - the InterruptedException
        Throws:
        NullPointerException - if the cause is null
      • UncheckedInterruptedException

        public UncheckedInterruptedException​(InterruptedException cause)
        Constructs an instance of this class.
        Parameters:
        cause - the InterruptedException
        Throws:
        NullPointerException - if the cause is null