FileDocCategorySizeDatePackage
TypeMismatchException.javaAPI DocHibernate 3.2.5445Wed May 31 11:37:04 BST 2006org.hibernate

TypeMismatchException

public class TypeMismatchException extends HibernateException
Used when a user provided type does not match the expected one
author
Emmanuel Bernard

Fields Summary
Constructors Summary
public TypeMismatchException(Throwable root)

		super( root );
	
public TypeMismatchException(String s)

		super( s );
	
public TypeMismatchException(String string, Throwable root)

		super( string, root );
	
Methods Summary