Package org.hibernate

Class UnknownProfileException

    • Constructor Detail

      • UnknownProfileException

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

      • getName

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