|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.jnetpcap.PcapClosedException
public class PcapClosedException
Thrown if Pcap object is access after it has been closed.
| 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 |
|---|
public PcapClosedException()
public PcapClosedException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causepublic PcapClosedException(java.lang.String s)
s - the spublic PcapClosedException(java.lang.Throwable cause)
cause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||