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()
           
PcapClosedException(java.lang.String s)
           
PcapClosedException(java.lang.String message, java.lang.Throwable cause)
           
PcapClosedException(java.lang.Throwable cause)
           
 
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()

PcapClosedException

public PcapClosedException(java.lang.String message,
                           java.lang.Throwable cause)
Parameters:
message -
cause -

PcapClosedException

public PcapClosedException(java.lang.String s)
Parameters:
s -

PcapClosedException

public PcapClosedException(java.lang.Throwable cause)
Parameters:
cause -