Class ToDoException

All Implemented Interfaces:
Serializable

@Internal public class ToDoException extends RuntimeException
A helper exception that indicates that some API needs to be implemented
See Also:
  • Constructor Details

    • ToDoException

      public ToDoException()
    • ToDoException

      public ToDoException(String message)
    • ToDoException

      public ToDoException(String message, Throwable cause)
    • ToDoException

      public ToDoException(Throwable cause)