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