Package org.hibernate.query
Class IllegalNamedQueryOptionsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.QueryException
-
- org.hibernate.query.IllegalNamedQueryOptionsException
-
- All Implemented Interfaces:
Serializable
public class IllegalNamedQueryOptionsException extends QueryException
Indicates a named-query has specified options that are not legal- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalNamedQueryOptionsException(String message)
-
Method Summary
-
Methods inherited from class org.hibernate.QueryException
generateQueryException, getMessage, getOriginalMessage, getQueryString, wrapWithQueryString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalNamedQueryOptionsException
public IllegalNamedQueryOptionsException(String message)
-
-