org.jdiameter.api
Class RouteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdiameter.api.RouteException
All Implemented Interfaces:
java.io.Serializable

public class RouteException
extends java.lang.Exception

The NoRouteException signals that no route exist for a given realm.

Version:
1.5.1 Final
See Also:
Serialized Form

Constructor Summary
RouteException(java.lang.String message)
          Constructor with reason string
RouteException(java.lang.String message, java.lang.Throwable cause)
          Constructor with reason string and parent 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

RouteException

public RouteException(java.lang.String message)
Constructor with reason string

Parameters:
message - reason string

RouteException

public RouteException(java.lang.String message,
                      java.lang.Throwable cause)
Constructor with reason string and parent exception

Parameters:
message - message reason string
cause - parent exception


Copyright © 2009. All Rights Reserved.