Class QueryProcessingException

    • Constructor Detail

      • QueryProcessingException

        public QueryProcessingException()
        No-arg constructor required by Externalizable semantics.
      • QueryProcessingException

        public QueryProcessingException​(String message)
        Construct an instance with the message specified.
        Parameters:
        message - A message describing the exception
      • QueryProcessingException

        public QueryProcessingException​(Throwable e)
      • QueryProcessingException

        public QueryProcessingException​(Throwable e,
                                        String message)
        Construct an instance from a message and an exception to chain to this one.
        Parameters:
        message - A message describing the exception
        e - An exception to nest within this one