Class TypeMismatchDataAccessException

All Implemented Interfaces:
Serializable

public class TypeMismatchDataAccessException extends InvalidDataAccessResourceUsageException
Exception thrown on mismatch between Java type and database type: for example on an attempt to set an object of the wrong type in an RDBMS column.
Author:
Rod Johnson
See Also:
  • Constructor Details

    • TypeMismatchDataAccessException

      public TypeMismatchDataAccessException(String msg)
      Constructor for TypeMismatchDataAccessException.
      Parameters:
      msg - the detail message
    • TypeMismatchDataAccessException

      public TypeMismatchDataAccessException(String msg, Throwable cause)
      Constructor for TypeMismatchDataAccessException.
      Parameters:
      msg - the detail message
      cause - the root cause from the data access API in use