Package org.hibernate

Class TypeMismatchException

All Implemented Interfaces:
Serializable

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

    • TypeMismatchException

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