FileDocCategorySizeDatePackage
PersistentObjectException.javaAPI DocHibernate 3.2.5394Mon May 23 10:00:26 BST 2005org.hibernate

PersistentObjectException

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

Fields Summary
Constructors Summary
public PersistentObjectException(String s)

		super(s);
	
Methods Summary