Example usage for Java org.hibernate NonUniqueObjectException fields, constructors, methods, implement or subclass
The text is from its open source code.
NonUniqueObjectException(String message, Serializable entityId, String entityName) Constructs a NonUniqueObjectException using the given information. | |
NonUniqueObjectException(Serializable entityId, String entityName) Constructs a NonUniqueObjectException using the given information, using a standard message. |
String | getEntityName() |
Serializable | getIdentifier() |
String | getMessage() |