org.seasar.extension.jdbc.exception
クラス SOptimisticLockException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 javax.persistence.PersistenceException
                  上位を拡張 javax.persistence.OptimisticLockException
                      上位を拡張 org.seasar.extension.jdbc.exception.SOptimisticLockException
すべての実装されたインタフェース:
java.io.Serializable

public class SOptimisticLockException
extends OptimisticLockException

楽観的ロックで競合が発生した場合にスローされる例外です。

OptimisticLockExceptionのSeasar2拡張です。

作成者:
koichik
関連項目:
直列化された形式

コンストラクタの概要
SOptimisticLockException()
          インスタンスを構築します.
SOptimisticLockException(java.lang.Object entity)
          インスタンスを構築します。
 
メソッドの概要
 
クラス javax.persistence.OptimisticLockException から継承されたメソッド
getEntity
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SOptimisticLockException

public SOptimisticLockException()
インスタンスを構築します.


SOptimisticLockException

public SOptimisticLockException(java.lang.Object entity)
インスタンスを構築します。

パラメータ:
entity - 競合が発生したエンティティ


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.