gluu
org
xdi
oxauth
model
fido
u2f
exception
BadInputException
公開メンバ関数
|
静的非公開変数類
|
全メンバ一覧
org.xdi.oxauth.model.fido.u2f.exception.BadInputException クラス
org.xdi.oxauth.model.fido.u2f.exception.BadInputException の継承関係図
org.xdi.oxauth.model.fido.u2f.exception.BadInputException 連携図
公開メンバ関数
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
static
private
このクラス詳解は次のファイルから抽出されました:
D:/AppData/OpenId/gluu/src/oxAuth/Model/src/main/java/org/xdi/oxauth/model/fido/u2f/exception/
BadInputException.java
2018年09月30日(日) 14時46分12秒作成 - gluu / 構成:
1.8.13