Package org.hibernate
Class UnknownFilterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.UnknownFilterException
-
- All Implemented Interfaces:
Serializable
public class UnknownFilterException extends HibernateException
Indicates a request against an unknown filter name.- See Also:
FilterDef
,Session.enableFilter(String)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownFilterException(String name)
Constructs anUnknownFilterException
for the given name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
The unknown filter name.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-