Package org.hibernate

Class UnknownProfileException

All Implemented Interfaces:
Serializable

public class UnknownProfileException extends HibernateException
Indicates a request against an unknown fetch profile name.
See Also:
  • Constructor Details

    • UnknownProfileException

      public UnknownProfileException(String name)
      Constructs an UnknownProfileException for the given name.
      Parameters:
      name - The profile name that was unknown.
  • Method Details

    • getName

      public String getName()
      The unknown fetch profile name.
      Returns:
      The unknown fetch profile name.