org.hibernate
Class NonUniqueObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.NonUniqueObjectException
- All Implemented Interfaces:
- Serializable
public class NonUniqueObjectException
- extends HibernateException
This exception is thrown when an operation would
break session-scoped identity. This occurs if the
user tries to associate two different instances of
the same Java class with a particular identifier,
in the scope of a single Session.
- See Also:
- Serialized Form
NonUniqueObjectException
public NonUniqueObjectException(String message,
Serializable id,
String clazz)
NonUniqueObjectException
public NonUniqueObjectException(Serializable id,
String clazz)
getIdentifier
public Serializable getIdentifier()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getEntityName
public String getEntityName()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.