dk.i1.diameter.node
Class NotRoutableException

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

public class NotRoutableException
extends Exception

A message was not routable. This exception is thrown when NodeManager could not send a request either because no connection(s) was available or because no available peers supported the message.

See Also:
Serialized Form

Constructor Summary
NotRoutableException()
           
NotRoutableException(String message)
           
NotRoutableException(Throwable cause)
           
 
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

NotRoutableException

public NotRoutableException()

NotRoutableException

public NotRoutableException(String message)

NotRoutableException

public NotRoutableException(Throwable cause)