パッケージ org.pcap4j.core

クラス PcapNativeException

  • すべての実装されたインタフェース:
    Serializable

    public final class PcapNativeException
    extends Exception
    導入されたバージョン:
    pcap4j 0.9.1
    作成者:
    Kaito Yamada
    関連項目:
    直列化された形式
    • コンストラクタの詳細

      • PcapNativeException

        public PcapNativeException()
      • PcapNativeException

        public PcapNativeException​(String message)
        パラメータ:
        message - message
      • PcapNativeException

        public PcapNativeException​(String message,
                                   Integer returnCode)
        パラメータ:
        message - message
        returnCode - returnCode
      • PcapNativeException

        public PcapNativeException​(String message,
                                   Throwable cause)
        パラメータ:
        message - message
        cause - 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.