Package io.activej.common.exception
Class ToDoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.activej.common.exception.ToDoException
- All Implemented Interfaces:
Serializable
A helper exception that indicates that some API needs to be implemented
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionToDoException(String message) ToDoException(String message, Throwable cause) ToDoException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ToDoException
public ToDoException() -
ToDoException
-
ToDoException
-
ToDoException
-