public class TodoException
extends java.lang.RuntimeException
RuntimeException thrown when some part of the implementation is missing. Normally they should never be
thrown in releases.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
TodoException()
Creates a new TodoException.
|
TodoException(java.lang.String message)
Creates a new TodoException.
|
private static final long serialVersionUID