Class QueryException

  • All Implemented Interfaces:
    Serializable

    public class QueryException
    extends Exception
    Encapsulate a error while processing or executing a query.
    Since:
    1.6M1
    Version:
    $Id: 881506b566e4876705144bdd3cec5ef7ba4c0b17 $
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryException

        public QueryException​(String message,
                              Query query,
                              Throwable cause)
        Parameters:
        message - exception message
        query - Query object
        cause - nested exception