Package org.pcap4j.core
Class PcapNativeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pcap4j.core.PcapNativeException
-
- All Implemented Interfaces:
java.io.Serializable
public final class PcapNativeException extends java.lang.Exception
- Since:
- pcap4j 0.9.1
- Author:
- Kaito Yamada
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PcapNativeException()
PcapNativeException(java.lang.String message)
PcapNativeException(java.lang.String message, java.lang.Integer returnCode)
PcapNativeException(java.lang.String message, java.lang.Throwable cause)
PcapNativeException(java.lang.Throwable cause)
-
Method Summary
Modifier and Type Method Description java.lang.Integer
getReturnCode()
-
-
-
Constructor Detail
-
PcapNativeException
public PcapNativeException()
-
PcapNativeException
public PcapNativeException(java.lang.String message)
- Parameters:
message
- message
-
PcapNativeException
public PcapNativeException(java.lang.String message, java.lang.Integer returnCode)
- Parameters:
message
- messagereturnCode
- returnCode
-
PcapNativeException
public PcapNativeException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- messagecause
- cause
-
PcapNativeException
public PcapNativeException(java.lang.Throwable cause)
- Parameters:
cause
- cause
-
-