程序包 org.hibernate
类 TypeMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.TypeMismatchException
-
- 所有已实现的接口:
Serializable
public class TypeMismatchException extends HibernateException
Used when a user provided type does not match the expected one.- 作者:
- Emmanuel Bernard
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 TypeMismatchException(String message)Constructs a TypeMismatchException using the supplied message.
-
方法概要
-
-
-
构造器详细资料
-
TypeMismatchException
public TypeMismatchException(String message)
Constructs a TypeMismatchException using the supplied message.- 参数:
message- The message explaining the exception condition
-
-