net.sourceforge.jpcap.capture
Class CaptureDeviceOpenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.jpcap.capture.JpcapException
net.sourceforge.jpcap.capture.CaptureDeviceOpenException
- All Implemented Interfaces:
- Serializable
public class CaptureDeviceOpenException
- extends JpcapException
This exception occurs when the capture device cannot be opened.
- Version:
- $Revision: 1.1 $
- Author:
- Patrick Charles and Jonas Lehmann
- 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 |
CaptureDeviceOpenException
public CaptureDeviceOpenException(String message)
- Create a new invalid capture device exception.