org.hibernate
Class NonUniqueObjectException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.hibernate.HibernateException
org.hibernate.HibernateException
                   org.hibernate.NonUniqueObjectException
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.
- Author:
- Gavin King
- 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:
- getMessagein class- Throwable
 
- 
 
getEntityName
public String getEntityName()
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.