public final class LazyInitializationException

  1. Object
  2. Throwable
  3. Exception
  4. RuntimeException
  5. PersistenceException
  6. 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

message String
failure description