Package org.hibernate
Class UnknownProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.UnknownProfileException
- All Implemented Interfaces:
Serializable
Indicates a request against an unknown fetch profile name.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anUnknownProfileException
for the given name. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownProfileException
Constructs anUnknownProfileException
for the given name.- Parameters:
name
- The profile name that was unknown.
-
-
Method Details
-
getName
The unknown fetch profile name.- Returns:
- The unknown fetch profile name.
-