dk.i1.diameter.node
Class StaleConnectionException

Object
  extended by Throwable
      extended by Exception
          extended by dk.i1.diameter.node.StaleConnectionException
All Implemented Interfaces:
java.io.Serializable

public class StaleConnectionException
extends Exception

A reference to a closed connection was detected. This exception is thrown when Node detects a reference to a closed connection.

See Also:
Serialized Form

Constructor Summary
StaleConnectionException()
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StaleConnectionException

public StaleConnectionException()