パッケージ org.pcap4j.core
クラス PcapNativeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pcap4j.core.PcapNativeException
-
- すべての実装されたインタフェース:
Serializable
public final class PcapNativeException extends Exception
- 導入されたバージョン:
- pcap4j 0.9.1
- 作成者:
- Kaito Yamada
- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 PcapNativeException()
PcapNativeException(String message)
PcapNativeException(String message, Integer returnCode)
PcapNativeException(String message, Throwable cause)
PcapNativeException(Throwable cause)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 Integer
getReturnCode()
-
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
コンストラクタの詳細
-
PcapNativeException
public PcapNativeException()
-
PcapNativeException
public PcapNativeException(String message)
- パラメータ:
message
- message
-
PcapNativeException
public PcapNativeException(String message, Integer returnCode)
- パラメータ:
message
- messagereturnCode
- returnCode
-
PcapNativeException
public PcapNativeException(String message, Throwable cause)
- パラメータ:
message
- messagecause
- cause
-
PcapNativeException
public PcapNativeException(Throwable cause)
- パラメータ:
cause
- cause
-
-
メソッドの詳細
-
getReturnCode
public Integer getReturnCode()
- 戻り値:
- the return code if the native function which caused this exception returned it; otherwise null.
-
-