Class UncheckedInterruptedException

All Implemented Interfaces:
Serializable

public class UncheckedInterruptedException extends UncheckedException
Since:
3.13.0
See Also:
  • Field Details

  • Constructor Details

    • 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 null value is permitted, and indicates that the cause is nonexistent or unknown.)