public class OptimisticLockException extends PersistenceException
コンストラクターと説明 |
---|
OptimisticLockException() 詳細メッセージとして null を使用して、新しい OptimisticLockException 例外を作成します。 |
OptimisticLockException(ObjectSE entity) 指定されたエンティティで新しい OptimisticLockException 例外を構築します。 |
OptimisticLockException(StringSE message) 指定された詳細メッセージを使用して、新しい OptimisticLockException 例外を構築します。 |
OptimisticLockException(StringSE message, ThrowableSE cause) 指定された詳細メッセージと原因を使用して、新しい OptimisticLockException 例外を構築します。 |
OptimisticLockException(StringSE message, ThrowableSE cause, ObjectSE entity) 指定された詳細メッセージ、原因、エンティティを使用して、新しい OptimisticLockException 例外を構築します。 |
OptimisticLockException(ThrowableSE cause) 指定された原因で新しい OptimisticLockException 例外を構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
ObjectSE | getEntity() この例外の原因となったエンティティを返します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public OptimisticLockException()
null
を使用して、新しい OptimisticLockException
例外を作成します。public OptimisticLockException(StringSE message)
OptimisticLockException
例外を構築します。message
- 詳細メッセージ。public OptimisticLockException(StringSE message, ThrowableSE cause)
OptimisticLockException
例外を構築します。message
- 詳細メッセージ。cause
- 原因。public OptimisticLockException(ThrowableSE cause)
OptimisticLockException
例外を構築します。cause
- 原因。public OptimisticLockException(ObjectSE entity)
OptimisticLockException
例外を構築します。entity
- エンティティ。public OptimisticLockException(StringSE message, ThrowableSE cause, ObjectSE entity)
OptimisticLockException
例外を構築します。message
- 詳細メッセージ。cause
- 原因。entity
- エンティティ。public ObjectSE getEntity()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.