Class IllegalQueryException

  • All Implemented Interfaces:
    Serializable

    public class IllegalQueryException
    extends Exception
    This type represents failures caused by illegal queries.
    Author:
    Nils Sommer
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalQueryException

        public IllegalQueryException()
      • IllegalQueryException

        public IllegalQueryException​(String message)
      • IllegalQueryException

        public IllegalQueryException​(Throwable cause)
      • IllegalQueryException

        public IllegalQueryException​(String message,
                                     Throwable cause)
      • IllegalQueryException

        public IllegalQueryException​(String message,
                                     Throwable cause,
                                     boolean enableSuppression,
                                     boolean writableStackTrace)