org.jnetpcap
Class PcapClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
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
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 |
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
-