Class UncheckedInterruptedException

    • Constructor Detail

      • UncheckedInterruptedException

        public UncheckedInterruptedException​(Throwable cause)
        Constructs an instance initialized to the given cause.
        Parameters:
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A @{code null} value is permitted, and indicates that the cause is nonexistent or unknown.)