Package com.github.mizool.core.exception
Class UncheckedInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.UncheckedInterruptedException
- All Implemented Interfaces:
Serializable
Wraps an
Remember to call
See this article for details.
InterruptedException
.Remember to call
Thread.currentThread().interrupt();
before throwing this exception.See this article for details.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedInterruptedException
-
UncheckedInterruptedException
-