Package org.hibernate

Class TypeMismatchException

java.lang.Object
java.lang.Throwable
All Implemented Interfaces:
Serializable

public classTypeMismatchExceptionextendsHibernateException
Used when a user provided type does not match the expected one.
See Also:
  • Constructor Details

    • TypeMismatchException

      public TypeMismatchException(String message)
      Constructs aTypeMismatchException using the supplied message.
      Parameters:
      message - The message explaining the exception condition