SourceForge Jpcap

Uses of Class
net.sourceforge.jpcap.capture.JpcapException

Packages that use JpcapException
net.sourceforge.jpcap.capture Provides an interface for capturing packets and a layer of abstraction around libpcap, a portable native system library for capturing network packets. 
 

Uses of JpcapException in net.sourceforge.jpcap.capture
 

Subclasses of JpcapException in net.sourceforge.jpcap.capture
 class CaptureConfigurationException
          This exception occurs when the capture client tries to specify a capture device that does not exist or if the capture device specified is illegal.
 class CaptureDeviceInvalidException
          This exception occurs when the capture client tries to specify a capture device that does not exist or if the capture device specified is illegal.
 class CaptureDeviceLookupException
          This exception occurs when no capture devices are detected.
 class CaptureDeviceNotFoundException
          This exception occurs when no capture devices are detected.
 class CaptureDeviceOpenException
          This exception occurs when the capture device cannot be opened.
 class CaptureFileOpenException
          This exception occurs when a tcpdump-formatted savefile cannot be opened.
 class CapturePacketException
          This exception occurs when an error occurs while capturing data.
 class InvalidFilterException
          This exception occurs when an error occurs while capturing data.
 


Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008.