Jive Messenger 2.2.2 Javadoc

org.jivesoftware.messenger
Class NoSuchRouteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jivesoftware.messenger.NoSuchRouteException
All Implemented Interfaces:
Serializable

public class NoSuchRouteException
extends Exception

Indicates a route does not exist or is invalid (cannot be reached).

Author:
Iain Shigeoka
See Also:
Serialized Form

Constructor Summary
NoSuchRouteException()
           
NoSuchRouteException(String msg)
           
NoSuchRouteException(String msg, Throwable nestedThrowable)
           
NoSuchRouteException(Throwable nestedThrowable)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchRouteException

public NoSuchRouteException()

NoSuchRouteException

public NoSuchRouteException(String msg)

NoSuchRouteException

public NoSuchRouteException(Throwable nestedThrowable)

NoSuchRouteException

public NoSuchRouteException(String msg,
                            Throwable nestedThrowable)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable

Jive Messenger 2.2.2 Javadoc

Copyright © 1999-2004 Jive Software.