Class MappingException

All Implemented Interfaces:
Serializable

public class MappingException extends JdbiException
Thrown when a mapper fails to map the row to a result type.
See Also:
  • Constructor Details

    • MappingException

      public MappingException(String string, Throwable throwable)
    • MappingException

      public MappingException(Throwable cause)
    • MappingException

      public MappingException(String message)