Package org.hibernate

Class UnknownProfileException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownProfileException
    extends HibernateException
    Used to indicate a request against an unknown profile name.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownProfileException​(java.lang.String name)
      Constructs an UnknownProfileException for the given name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      The unknown fetch profile name.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownProfileException

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

      • getName

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