org.jnetpcap.packet
Class RegistryException

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

public class RegistryException
extends java.lang.Exception

The Class RegistryException.

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

Constructor Summary
RegistryException()
          Instantiates a new registry exception.
RegistryException(java.lang.String message)
          Instantiates a new registry exception.
RegistryException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new registry exception.
RegistryException(java.lang.Throwable cause)
          Instantiates a new registry 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

RegistryException

public RegistryException()
Instantiates a new registry exception.


RegistryException

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

Parameters:
message - the message

RegistryException

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

Parameters:
cause - the cause

RegistryException

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

Parameters:
message - the message
cause - the cause