keycloak-federation
公開メンバ関数 | 静的非公開変数類 | 全メンバ一覧
org.jvnet.libpam.PAMException クラス
org.jvnet.libpam.PAMException の継承関係図
Inheritance graph
org.jvnet.libpam.PAMException 連携図
Collaboration graph

公開メンバ関数

 PAMException ()
 
 PAMException (String message)
 
 PAMException (String message, Throwable cause)
 
 PAMException (Throwable cause)
 

静的非公開変数類

static final long serialVersionUID = 1L
 

詳解

Exception in PAM invoactions.

著者
Kohsuke Kawaguchi

構築子と解体子

◆ PAMException() [1/4]

org.jvnet.libpam.PAMException.PAMException ( )
inline
32  {
33  }

◆ PAMException() [2/4]

org.jvnet.libpam.PAMException.PAMException ( String  message)
inline
35  {
36  super(message);
37  }

◆ PAMException() [3/4]

org.jvnet.libpam.PAMException.PAMException ( String  message,
Throwable  cause 
)
inline
39  {
40  super(message, cause);
41  }

◆ PAMException() [4/4]

org.jvnet.libpam.PAMException.PAMException ( Throwable  cause)
inline
43  {
44  super(cause);
45  }

メンバ詳解

◆ serialVersionUID

final long org.jvnet.libpam.PAMException.serialVersionUID = 1L
staticprivate

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