public class UnsavedItemException extends InvalidDataException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
UnsavedItemException()
Create a new
UnsavedItemException object. |
UnsavedItemException(String message)
Create a new
UnsavedItemException object with the
specified message . |
UnsavedItemException(String message,
Throwable cause)
Create a new
UnsavedItemException object with the
specified message . |
UnsavedItemException(Throwable cause)
Create a new
UnsavedItemException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public UnsavedItemException()
UnsavedItemException
object.public UnsavedItemException(Throwable cause)
UnsavedItemException
object.cause
- Throwable object that caused this exception.public UnsavedItemException(String message)
UnsavedItemException
object with the
specified message
.message
- The message to throw with the exception