gluu
公開メンバ関数 | 静的非公開変数類 | 全メンバ一覧
org.xdi.oxauth.model.fido.u2f.exception.BadInputException クラス
org.xdi.oxauth.model.fido.u2f.exception.BadInputException の継承関係図
Inheritance graph
org.xdi.oxauth.model.fido.u2f.exception.BadInputException 連携図
Collaboration graph

公開メンバ関数

 BadInputException (String message)
 
 BadInputException (String message, Throwable cause)
 

静的非公開変数類

static final long serialVersionUID = -2738024707341148557L
 

詳解

著者
Yuriy Movchan Date: 05/13/2015

構築子と解体子

◆ BadInputException() [1/2]

org.xdi.oxauth.model.fido.u2f.exception.BadInputException.BadInputException ( String  message)
inline
16  {
17  super(message);
18  }

◆ BadInputException() [2/2]

org.xdi.oxauth.model.fido.u2f.exception.BadInputException.BadInputException ( String  message,
Throwable  cause 
)
inline
20  {
21  super(message, cause);
22  }

メンバ詳解

◆ serialVersionUID

final long org.xdi.oxauth.model.fido.u2f.exception.BadInputException.serialVersionUID = -2738024707341148557L
staticprivate

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