net.sf.hibernate4gwt.exception
Class TransientHibernateObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.hibernate4gwt.exception.TransientHibernateObjectException
All Implemented Interfaces:
java.io.Serializable

public class TransientHibernateObjectException
extends java.lang.RuntimeException

Exception when trying to clone or merge an transient object

Author:
bruno.marchesson
See Also:
Serialized Form

Constructor Summary
TransientHibernateObjectException(java.lang.Object object)
          Base constructor
 
Method Summary
 java.lang.Object getObject()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransientHibernateObjectException

public TransientHibernateObjectException(java.lang.Object object)
Base constructor

Method Detail

getObject

public final java.lang.Object getObject()
Returns:
the object