keycloak
公開メンバ関数 | 全メンバ一覧
org.keycloak.connections.jpa.updater.liquibase.lock.LockRetryException クラス
org.keycloak.connections.jpa.updater.liquibase.lock.LockRetryException の継承関係図
Inheritance graph
org.keycloak.connections.jpa.updater.liquibase.lock.LockRetryException 連携図
Collaboration graph

公開メンバ関数

 LockRetryException (String message)
 
 LockRetryException (Throwable cause)
 
 LockRetryException (String message, Throwable cause)
 

詳解

Indicates that retrieve lock wasn't successful, but it worth to retry it in different transaction (For example if we were trying to create LOCK table, but other transaction created the table in the meantime etc)

著者
Marek Posolda

構築子と解体子

◆ LockRetryException() [1/3]

org.keycloak.connections.jpa.updater.liquibase.lock.LockRetryException.LockRetryException ( String  message)
inline
28  {
29  super(message);
30  }

◆ LockRetryException() [2/3]

org.keycloak.connections.jpa.updater.liquibase.lock.LockRetryException.LockRetryException ( Throwable  cause)
inline
32  {
33  super(cause);
34  }

◆ LockRetryException() [3/3]

org.keycloak.connections.jpa.updater.liquibase.lock.LockRetryException.LockRetryException ( String  message,
Throwable  cause 
)
inline
36  {
37  super(message, cause);
38  }

このクラス詳解は次のファイルから抽出されました: