public class ItemNotFoundException
extends java.lang.RuntimeException
Constructor and Description |
---|
ItemNotFoundException()
Creates a new exception with no message.
|
ItemNotFoundException(java.lang.String message)
Creates a new exception with the supplied message.
|
ItemNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the supplied message and cause.
|
public ItemNotFoundException()
public ItemNotFoundException(java.lang.String message)
message
- error messagepublic ItemNotFoundException(java.lang.String message, java.lang.Throwable cause)
message
- error messagecause
- cause of the error