Class NoSuchCollectorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchCollectorException
    extends JdbiException
    Thrown when Jdbi tries to produce a result Collector but doesn't have a factory to produce it with.
    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

      • NoSuchCollectorException

        public NoSuchCollectorException​(java.lang.String string,
                                        java.lang.Throwable throwable)
      • NoSuchCollectorException

        public NoSuchCollectorException​(java.lang.Throwable cause)
      • NoSuchCollectorException

        public NoSuchCollectorException​(java.lang.String message)