gluu
org
xdi
oxauth
model
exception
InvalidJwtException
公開メンバ関数
|
全メンバ一覧
org.xdi.oxauth.model.exception.InvalidJwtException クラス
org.xdi.oxauth.model.exception.InvalidJwtException の継承関係図
org.xdi.oxauth.model.exception.InvalidJwtException 連携図
公開メンバ関数
InvalidJwtException
(String message)
InvalidJwtException
(String message, Throwable cause)
InvalidJwtException
(Throwable cause)
詳解
著者
Javier Rojas Blum Date: 03.09.2012
構築子と解体子
◆
InvalidJwtException()
[1/3]
org.xdi.oxauth.model.exception.InvalidJwtException.InvalidJwtException
(
String
message
)
inline
14
{
15
super(message);
16
}
◆
InvalidJwtException()
[2/3]
org.xdi.oxauth.model.exception.InvalidJwtException.InvalidJwtException
(
String
message
,
Throwable
cause
)
inline
18
{
19
super(message, cause);
20
}
◆
InvalidJwtException()
[3/3]
org.xdi.oxauth.model.exception.InvalidJwtException.InvalidJwtException
(
Throwable
cause
)
inline
22
{
23
super(cause);
24
}
このクラス詳解は次のファイルから抽出されました:
D:/AppData/OpenId/gluu/src/oxAuth/Model/src/main/java/org/xdi/oxauth/model/exception/
InvalidJwtException.java
2018年09月30日(日) 14時46分11秒作成 - gluu / 構成:
1.8.13