Package io.inugami.commons.threads
Class TimeoutTaskException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.inugami.commons.threads.TimeoutTaskException
-
- All Implemented Interfaces:
Serializable
public class TimeoutTaskException extends Exception
TimeoutTaskException- Since:
- 25 mars 2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutTaskException()
TimeoutTaskException(String message)
TimeoutTaskException(String message, Throwable cause)
TimeoutTaskException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-