org.jnetpcap.packet
Class RegistryRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jnetpcap.packet.RegistryRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnregisteredHeaderException

public class RegistryRuntimeException
extends java.lang.RuntimeException

The Class RegistryRuntimeException.

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

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

RegistryRuntimeException

public RegistryRuntimeException()
Instantiates a new registry runtime exception.


RegistryRuntimeException

public RegistryRuntimeException(java.lang.String message)
Instantiates a new registry runtime exception.

Parameters:
message - the message

RegistryRuntimeException

public RegistryRuntimeException(java.lang.Throwable cause)
Instantiates a new registry runtime exception.

Parameters:
cause - the cause

RegistryRuntimeException

public RegistryRuntimeException(java.lang.String message,
                                java.lang.Throwable cause)
Instantiates a new registry runtime exception.

Parameters:
message - the message
cause - the cause