Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.
public final class LazyInitializationException
- Object
- Throwable
- Exception
- RuntimeException
- PersistenceException
- LazyInitializationException
An unloaded association was accessed after its session was detached or closed.
Constructors
public LazyInitializationException(String message) | Creates an exception describing the persistence failure. |
Inherited methods
Constructor details
LazyInitializationException
public LazyInitializationException(String message)Creates an exception describing the persistence failure.
Parameters
messageString- failure description