Class ElementTypeNotFoundException

All Implemented Interfaces:
Serializable

public class ElementTypeNotFoundException extends JdbiException
Thrown when Jdbi tries to build a Collector, but cannot determine the element type intended for it.
See Also:
  • Constructor Details

    • ElementTypeNotFoundException

      public ElementTypeNotFoundException(String string, Throwable throwable)
    • ElementTypeNotFoundException

      public ElementTypeNotFoundException(Throwable cause)
    • ElementTypeNotFoundException

      public ElementTypeNotFoundException(String message)