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:
- org.hibernate.exception.Nestable, java.io.Serializable
- public class PersistentObjectException
- extends HibernateException
Thrown when the user passes a persistent instance to a Session
method that expects a transient instance.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
PersistentObjectException
public PersistentObjectException(java.lang.String s)