org.hibernate
Class LazyInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.LazyInitializationException
- All Implemented Interfaces:
- java.io.Serializable, Nestable
public class LazyInitializationException
- extends HibernateException
Indicates access to unfetched data outside of a session context.
For example, when an uninitialized proxy or collection is accessed
after the session was closed.
- See Also:
Hibernate.initialize(java.lang.Object),
Hibernate.isInitialized(java.lang.Object),
Serialized Form
| Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LazyInitializationException
public LazyInitializationException(java.lang.String msg)