public class TodoException extends RuntimeException
RuntimeException thrown when some part of the implementation is missing. Normally they should never be
thrown in releases.| Constructor and Description |
|---|
TodoException()
Creates a new TodoException.
|
TodoException(String message)
Creates a new TodoException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TodoException()
public TodoException(String message)
message - the message of the exceptionCopyright © 2025. All rights reserved.