Class LazyInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.codename1.orm.session.PersistenceException
com.codename1.orm.session.LazyInitializationException
An unloaded association was accessed after its session was detached or closed.
-
Constructor Summary
ConstructorsConstructorDescriptionLazyInitializationException(String message) Creates an exception describing the persistence failure. -
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LazyInitializationException
Creates an exception describing the persistence failure.- Parameters:
message- failure description
-