org.jnetpcap
Class PcapClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.jnetpcap.PcapClosedException
All Implemented Interfaces:
java.io.Serializable

public class PcapClosedException
extends java.lang.IllegalStateException

Thrown if Pcap object is access after it has been closed.

Author:
Mark Bednarczyk, Sly Technologies, Inc.
See Also:
Serialized Form

Constructor Summary
PcapClosedException()
          Instantiates a new pcap closed exception.
PcapClosedException(java.lang.String s)
          Instantiates a new pcap closed exception.
PcapClosedException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new pcap closed exception.
PcapClosedException(java.lang.Throwable cause)
          Instantiates a new pcap closed exception.
 
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

PcapClosedException

public PcapClosedException()
Instantiates a new pcap closed exception.


PcapClosedException

public PcapClosedException(java.lang.String message,
                           java.lang.Throwable cause)
Instantiates a new pcap closed exception.

Parameters:
message - the message
cause - the cause

PcapClosedException

public PcapClosedException(java.lang.String s)
Instantiates a new pcap closed exception.

Parameters:
s - the s

PcapClosedException

public PcapClosedException(java.lang.Throwable cause)
Instantiates a new pcap closed exception.

Parameters:
cause - the cause