org.hibernate
Class PersistentObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.PersistentObjectException
- All Implemented Interfaces:
- Serializable, Nestable
public class PersistentObjectException
- extends HibernateException
Thrown when the user passes a persistent instance to a Session
method that expects a transient instance.
- Author:
- Gavin King
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
PersistentObjectException
public PersistentObjectException(String s)