Class BooleanQueryResultHandlerException

  • All Implemented Interfaces:
    Serializable

    public class BooleanQueryResultHandlerException
    extends QueryResultHandlerException
    An exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.
    Author:
    Peter Ansell
    See Also:
    Serialized Form
    • Constructor Detail

      • BooleanQueryResultHandlerException

        public BooleanQueryResultHandlerException​(String msg)
        Creates a new BooleanQueryResultHandlerException.
        Parameters:
        msg - An error message.
      • BooleanQueryResultHandlerException

        public BooleanQueryResultHandlerException​(Throwable cause)
        Creates a new BooleanQueryResultHandlerException wrapping another exception.
        Parameters:
        cause - The cause of the exception.
      • BooleanQueryResultHandlerException

        public BooleanQueryResultHandlerException​(String msg,
                                                  Throwable cause)
        Creates a new BooleanQueryResultHandlerException wrapping another exception.
        Parameters:
        msg - An error message.
        cause - The cause of the exception.