TypeMismatchExceptionpublic class TypeMismatchException extends HibernateException Used when a user provided type does not match the expected one |
Constructors Summary |
---|
public TypeMismatchException(Throwable root)
super( root );
| public TypeMismatchException(String s)
super( s );
| public TypeMismatchException(String string, Throwable root)
super( string, root );
|
|