net.sourceforge.jpcap.capture
Class CaptureFileOpenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.jpcap.capture.JpcapException
net.sourceforge.jpcap.capture.CaptureFileOpenException
- All Implemented Interfaces:
- Serializable
public class CaptureFileOpenException
- extends JpcapException
This exception occurs when a tcpdump-formatted savefile cannot be opened.
- Version:
- $Revision: 1.1 $
- Author:
- Christopher Balcerek, Esmond Pitt
- See Also:
- Serialized Form
- Last modified by:
- $Author: esmondpitt $
- Last modified at:
- $Date: 2008/08/21 02:57:52 $
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CaptureFileOpenException
public CaptureFileOpenException(String message)
- Create a new invalid capture file exception.
CaptureFileOpenException
public CaptureFileOpenException(Throwable detail)
- Create a new invalid capture file exception.