org.jnetpcap
Class PcapExtensionNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.jnetpcap.PcapExtensionNotAvailableException
- All Implemented Interfaces:
- java.io.Serializable
public class PcapExtensionNotAvailableException
- extends java.lang.IllegalStateException
Exception is thrown when a pcap extension is accessed, one of its methods,
while it is not supported on this particular platform. You must use
appropriate isSupported
method call that is available with the
extension (i.e. WinPcap.isSupported()
).
- Author:
- Mark Bednarczyk, Sly Technologies, Inc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PcapExtensionNotAvailableException
public PcapExtensionNotAvailableException()
PcapExtensionNotAvailableException
public PcapExtensionNotAvailableException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
PcapExtensionNotAvailableException
public PcapExtensionNotAvailableException(java.lang.String s)
- Parameters:
s
-
PcapExtensionNotAvailableException
public PcapExtensionNotAvailableException(java.lang.Throwable cause)
- Parameters:
cause
-