Package org.hibernate.query
Class QueryArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.hibernate.query.QueryArgumentException
- All Implemented Interfaces:
Serializable
An error that occurs binding an argument to a query parameter.
Usually indicates that the argument is of a type not assignable
to the type of the parameter.
- Since:
- 6.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryArgumentException
(String message, Class<?> parameterType, Object argument) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryArgumentException
-
-
Method Details
-
getParameterType
-
getArgument
-