public final class PcapNativeException extends Exception
Constructor and Description |
---|
PcapNativeException() |
PcapNativeException(String message) |
PcapNativeException(String message,
Integer returnCode) |
PcapNativeException(String message,
Throwable cause) |
PcapNativeException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Integer |
getReturnCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PcapNativeException()
public PcapNativeException(String message)
message
- public PcapNativeException(String message, Integer returnCode)
message
- returnCode
- public PcapNativeException(String message, Throwable cause)
message
- cause
- public PcapNativeException(Throwable cause)
cause
- public Integer getReturnCode()
Copyright © 2014. All Rights Reserved.