Package wt.pom

Class UniquenessException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class UniquenessException extends DatastoreException
UniquenessException captures errors with a datastore interaction. It occurs when an attempt to insert or update an object is made, but cannot be completed because a database uniqueness constraint has been violated.

Supported API: true
Extendable: false
See Also: