Class UncheckedInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.UncheckedInterruptedException
All Implemented Interfaces:
Serializable

public class UncheckedInterruptedException extends RuntimeException
Wraps an InterruptedException.

Remember to call Thread.currentThread().interrupt(); before throwing this exception.
See this article for details.
See Also:
  • Constructor Details