Class UncheckedInterruptedException

All Implemented Interfaces:
Serializable

Since:
3.13.0
See Also:
  • Constructor Details

    • UncheckedInterruptedException

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