org.jivesoftware.messenger
Class NoSuchRouteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
NoSuchRouteException
public NoSuchRouteException()
NoSuchRouteException
public NoSuchRouteException(String msg)
NoSuchRouteException
public NoSuchRouteException(Throwable nestedThrowable)
NoSuchRouteException
public NoSuchRouteException(String msg,
Throwable nestedThrowable)
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
Copyright © 1999-2004 Jive Software.