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:
- 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.
- Author:
- Gavin King
- 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 |
LazyInitializationException
public LazyInitializationException(String msg)