Class LazyLoadingException

All Implemented Interfaces:
Serializable

public class LazyLoadingException extends OWLPersistenceException
Indicates an issue with lazy loading.

Typically, this would be an attempt to trigger lazy loading on a proxy that is not attached to any active persistence context.

See Also:
  • Constructor Details

    • LazyLoadingException

      public LazyLoadingException(String message)
    • LazyLoadingException

      public LazyLoadingException(String message, Throwable cause)