PersistentObjectExceptionpublic class PersistentObjectException extends HibernateException Thrown when the user passes a persistent instance to a Session
method that expects a transient instance. |
Constructors Summary |
---|
public PersistentObjectException(String s)
super(s);
|
|