Package org.hibernate

Class QueryParameterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QueryParameterException
    extends QueryException
    Parameter invalid or not found in the query.
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryParameterException

        public QueryParameterException​(java.lang.String message)
        Constructs a QueryParameterException using the supplied exception message.
        Parameters:
        message - The message explaining the exception condition
      • QueryParameterException

        public QueryParameterException​(java.lang.String message,
                                       java.lang.String queryString,
                                       java.lang.Exception cause)
        Constructs a QueryParameterException
        Parameters:
        message - The message explaining the exception condition
        queryString - The query that led to the exception
        cause - The underlying cause