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

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

Constructor Summary
RegistryRuntimeException()
           
RegistryRuntimeException(java.lang.String message)
           
RegistryRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
RegistryRuntimeException(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

RegistryRuntimeException

public RegistryRuntimeException()

RegistryRuntimeException

public RegistryRuntimeException(java.lang.String message)
Parameters:
message -

RegistryRuntimeException

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

RegistryRuntimeException

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