Package org.hibernate
Class TypeMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.TypeMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class TypeMismatchException extends HibernateException
Used when a user provided type does not match the expected one.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeMismatchException(java.lang.String message)
Constructs a TypeMismatchException using the supplied message.
-