Package org.eolang
Class ExInterrupted
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eolang.ExAbstract
-
- org.eolang.ExInterrupted
-
- All Implemented Interfaces:
Serializable
public class ExInterrupted extends ExAbstract
Exception to control threads interruptions.- Since:
- 0.28.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExInterrupted(InterruptedException root)
Ctor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExInterrupted
public ExInterrupted(InterruptedException root)
Ctor.- Parameters:
root
- Root cause exception
-
-