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(java.lang.String message)
Create a new
UnsavedItemException object with the
specified message . |
UnsavedItemException(java.lang.String message,
java.lang.Throwable cause)
Create a new
UnsavedItemException object with the
specified message . |
UnsavedItemException(java.lang.Throwable cause)
Create a new
UnsavedItemException object. |
private static final long serialVersionUID
public UnsavedItemException()
UnsavedItemException
object.public UnsavedItemException(java.lang.Throwable cause)
UnsavedItemException
object.cause
- Throwable object that caused this exception.public UnsavedItemException(java.lang.String message)
UnsavedItemException
object with the
specified message
.message
- The message to throw with the exceptionpublic UnsavedItemException(java.lang.String message, java.lang.Throwable cause)
UnsavedItemException
object with the
specified message
.message
- The message to throw with the exceptioncause
- A throwable exception that caused the exception.