Class UncheckedInterruptedException

All Implemented Interfaces:
Serializable

public class UncheckedInterruptedException extends UncheckedException
Since:
0.8
Author:
Haiyang Li
See Also:
  • Constructor Details

    • UncheckedInterruptedException

      public UncheckedInterruptedException(InterruptedException cause)
      Constructor for UncheckedInterruptedException.
      Parameters:
      cause -
    • UncheckedInterruptedException

      public UncheckedInterruptedException(String errorMsg, InterruptedException cause)
      Constructor for UncheckedInterruptedException.
      Parameters:
      errorMsg -
      cause -
  • Method Details