程序包 org.hibernate
类 UnsupportedLockAttemptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.UnsupportedLockAttemptException
-
- 所有已实现的接口:
Serializable
public class UnsupportedLockAttemptException extends HibernateException
This exception is thrown when an invalid LockMode is selected for an entity. This occurs if the user tries to set an inappropriate LockMode for an entity.- 作者:
- John O'Hara
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 UnsupportedLockAttemptException(String message)UnsupportedLockAttemptException(String message, Throwable cause)UnsupportedLockAttemptException(Throwable cause)
-
方法概要
-