keycloak-federation
cx
ath
matthew
unix
UnixIOException
公開メンバ関数
|
非公開変数類
|
全メンバ一覧
cx.ath.matthew.unix.UnixIOException クラス
cx.ath.matthew.unix.UnixIOException の継承関係図
cx.ath.matthew.unix.UnixIOException 連携図
公開メンバ関数
UnixIOException
(int
no
, String
message
)
非公開変数類
int
no
String
message
詳解
An IO Exception which occurred during UNIX Socket IO
構築子と解体子
◆
UnixIOException()
cx.ath.matthew.unix.UnixIOException.UnixIOException
(
int
no
,
String
message
)
inline
38
{
39
super(
message
);
40
this.
message
=
message
;
41
this.
no
=
no
;
42
}
cx.ath.matthew.unix.UnixIOException.message
String message
Definition:
UnixIOException.java:36
cx.ath.matthew.unix.UnixIOException.no
int no
Definition:
UnixIOException.java:35
メンバ詳解
◆
message
String cx.ath.matthew.unix.UnixIOException.message
private
◆
no
int cx.ath.matthew.unix.UnixIOException.no
private
このクラス詳解は次のファイルから抽出されました:
D:/AppData/doxygen/keycloak/federation/src/federation/sssd/src/main/java/cx/ath/matthew/unix/
UnixIOException.java
2018年11月18日(日) 14時11分17秒作成 - keycloak-federation / 構成:
1.8.13