keycloak-federation
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
cx.ath.matthew.unix.UnixIOException クラス
cx.ath.matthew.unix.UnixIOException の継承関係図
Inheritance graph
cx.ath.matthew.unix.UnixIOException 連携図
Collaboration graph

公開メンバ関数

 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  }
String message
Definition: UnixIOException.java:36
int no
Definition: UnixIOException.java:35

メンバ詳解

◆ message

String cx.ath.matthew.unix.UnixIOException.message
private

◆ no

int cx.ath.matthew.unix.UnixIOException.no
private

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