Class IllegalQueryStatementException

  • All Implemented Interfaces:
    Serializable

    public class IllegalQueryStatementException
    extends Exception

    Exception for illegal query statements

    Copyright 2010 (C) by Martin Ganserer

    Version:
    1.0.0
    Author:
    Martin Ganserer
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalQueryStatementException

        public IllegalQueryStatementException()
        Constructor
      • IllegalQueryStatementException

        public IllegalQueryStatementException​(String message)
        Constructor
        Parameters:
        message - the error message
      • IllegalQueryStatementException

        public IllegalQueryStatementException​(Throwable cause)
        Constructor
        Parameters:
        cause - the cause of the exception
      • IllegalQueryStatementException

        public IllegalQueryStatementException​(String message,
                                              Throwable cause)
        Constructor
        Parameters:
        message - the error message
        cause - the cause of the exception