public class ItemNotFoundException extends RuntimeException
| Constructor and Description |
|---|
ItemNotFoundException()
Creates a new exception with no message.
|
ItemNotFoundException(String message)
Creates a new exception with the supplied message.
|
ItemNotFoundException(String message,
Throwable cause)
Creates a new exception with the supplied message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ItemNotFoundException()
public ItemNotFoundException(String message)
message - error message