net.sourceforge.jpcap.capture
Class CaptureDeviceLookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.jpcap.capture.JpcapException
net.sourceforge.jpcap.capture.CaptureDeviceLookupException
- All Implemented Interfaces:
- Serializable
public class CaptureDeviceLookupException
- extends JpcapException
This exception occurs when no capture devices are detected.
- Version:
- $Revision: 1.1 $
- Author:
- Rex Tsai >chihchun@kalug.linux.org.tw<
- See Also:
- Serialized Form
- Last modified by:
- $Author: esmondpitt $
- Last modified at:
- $Date: 2008/08/21 02:57:51 $
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CaptureDeviceLookupException
public CaptureDeviceLookupException(String message)
- Create a new capture device not found exception.
- Parameters:
message
- Exception message text
CaptureDeviceLookupException
public CaptureDeviceLookupException(Throwable detail)
- Create a new capture device not found exception.
- Parameters:
detail
- Detail exception