SourceForge Jpcap

net.sourceforge.jpcap.capture
Class CaptureConfigurationException

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.CaptureConfigurationException
All Implemented Interfaces:
Serializable

public class CaptureConfigurationException
extends JpcapException

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.

Version:
$Revision: 1.1 $
Author:
Patrick Charles and Jonas Lehmann, Esmond Pitt
See Also:
Serialized Form
Last modified by:
$Author: esmondpitt $
Last modified at:
$Date: 2008/08/21 02:57:49 $

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

CaptureConfigurationException

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

Parameters:
message - Exception message text

CaptureConfigurationException

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

Parameters:
detail - Exception message text

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