Class QueryArgumentException

  • All Implemented Interfaces:
    Serializable

    public class QueryArgumentException
    extends IllegalArgumentException
    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:
    Serialized Form
    • Constructor Detail

      • QueryArgumentException

        public QueryArgumentException​(String message,
                                      Class<?> parameterType,
                                      Object argument)
    • Method Detail

      • getParameterType

        public Class<?> getParameterType()
      • getArgument

        public Object getArgument()