|
|||||||||
| 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
org.jnetpcap.packet.RegistryRuntimeException
public class RegistryRuntimeException
The Class RegistryRuntimeException.
| Constructor Summary | |
|---|---|
RegistryRuntimeException()
Instantiates a new registry runtime exception. |
|
RegistryRuntimeException(java.lang.String message)
Instantiates a new registry runtime exception. |
|
RegistryRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new registry runtime exception. |
|
RegistryRuntimeException(java.lang.Throwable cause)
Instantiates a new registry runtime 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 RegistryRuntimeException()
public RegistryRuntimeException(java.lang.String message)
message - the messagepublic RegistryRuntimeException(java.lang.Throwable cause)
cause - the cause
public RegistryRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||