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:
- org.hibernate.exception.Nestable, java.io.Serializable
- 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.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
LazyInitializationException
public LazyInitializationException(java.lang.String msg)