Class LazyLoadingException

All Implemented Interfaces:
Serializable

public class LazyLoadingException extends UncategorizedDataAccessException
Author:
Oliver Gierke
See Also:
  • Constructor Details

    • LazyLoadingException

      public LazyLoadingException(String msg, Throwable cause)
      Constructor for LazyLoadingException.
      Parameters:
      msg - the detail message.
      cause - the exception thrown by underlying data access API.