javax.persistence
クラス OptimisticLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.persistence.PersistenceException
javax.persistence.OptimisticLockException
- すべての実装されたインタフェース:
- Serializable
public class OptimisticLockException
- extends PersistenceException
- 関連項目:
- 直列化された形式
クラス java.lang.Throwable から継承されたメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OptimisticLockException
public OptimisticLockException()
OptimisticLockException
public OptimisticLockException(String message)
OptimisticLockException
public OptimisticLockException(String message,
Throwable cause)
OptimisticLockException
public OptimisticLockException(Throwable cause)
OptimisticLockException
public OptimisticLockException(Object entity)
OptimisticLockException
public OptimisticLockException(String message,
Throwable cause,
Object entity)
getEntity
public Object getEntity()
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.