public class

TypeMismatchException

extends HibernateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.TypeMismatchException

Class Overview

Used when a user provided type does not match the expected one

Summary

Public Constructors
TypeMismatchException(Throwable root)
TypeMismatchException(String s)
TypeMismatchException(String string, Throwable root)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TypeMismatchException (Throwable root)

public TypeMismatchException (String s)

public TypeMismatchException (String string, Throwable root)