Class NoSuchCollectorException

All Implemented Interfaces:
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:
  • Constructor Details

    • NoSuchCollectorException

      public NoSuchCollectorException(String string, Throwable throwable)
    • NoSuchCollectorException

      public NoSuchCollectorException(Throwable cause)
    • NoSuchCollectorException

      public NoSuchCollectorException(String message)