wt.pom
Class ObjectNotPersistentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.pom.PersistenceException
wt.pom.ObjectNotPersistentException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class ObjectNotPersistentException
- extends PersistenceException
ObjectNotPersistentException captures errors with a datastore interaction.
It occurs when an update or delete of an objected is attempted, but cannot
be completed because it has not previously been inserted.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
versionID
private static final String versionID
- See Also:
- Constant Field Values
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
ObjectNotPersistentException
public ObjectNotPersistentException(String displayName)