Java org.hibernate NonUniqueObjectException fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate NonUniqueObjectException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate NonUniqueObjectException.

The text is from its open source code.

Constructor

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.

Method