org.jnetpcap.packet
Class PeeringException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jnetpcap.packet.PeeringException
All Implemented Interfaces:
java.io.Serializable

public class PeeringException
extends java.lang.Exception

The Class PeeringException.

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

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

PeeringException

public PeeringException()
Instantiates a new peering exception.


PeeringException

public PeeringException(java.lang.String message)
Instantiates a new peering exception.

Parameters:
message - the message

PeeringException

public PeeringException(java.lang.Throwable cause)
Instantiates a new peering exception.

Parameters:
cause - the cause

PeeringException

public PeeringException(java.lang.String message,
                        java.lang.Throwable cause)
Instantiates a new peering exception.

Parameters:
message - the message
cause - the cause