Class QueryResultHandlerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QueryResultHandlerException
    extends java.lang.RuntimeException

    Base exception for errors that occur while handling results.

    Since:
    1.0
    Version:
    1.0
    Author:
    Michael Grove
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QueryResultHandlerException

        public QueryResultHandlerException​(java.lang.Throwable theCause)
      • QueryResultHandlerException

        public QueryResultHandlerException​(java.lang.String theMessage)
      • QueryResultHandlerException

        public QueryResultHandlerException​(java.lang.String theMessage,
                                           java.lang.Throwable theCause)