SourceForge Jpcap

net.sourceforge.jpcap.capture
Class CaptureDeviceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jpcap.capture.JpcapException
              extended by net.sourceforge.jpcap.capture.CaptureDeviceNotFoundException
All Implemented Interfaces:
Serializable

public class CaptureDeviceNotFoundException
extends JpcapException

This exception occurs when no capture devices are detected.

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 $

Constructor Summary
CaptureDeviceNotFoundException(String message)
          Create a new instance of CaptureDeviceNotFoundException.
CaptureDeviceNotFoundException(Throwable detail)
          Create a new instance of CaptureDeviceNotFoundException.
 
Method Summary
 
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
 

Constructor Detail

CaptureDeviceNotFoundException

public CaptureDeviceNotFoundException(String message)
Create a new instance of CaptureDeviceNotFoundException.

Parameters:
message - Exception message text.

CaptureDeviceNotFoundException

public CaptureDeviceNotFoundException(Throwable detail)
Create a new instance of CaptureDeviceNotFoundException.

Parameters:
detail - Exception detail.

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