javax.servlet.sip
Class TooManyHopsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.servlet.ServletException
                    |
                    +--javax.servlet.sip.TooManyHopsException
All Implemented Interfaces:
java.io.Serializable

public class TooManyHopsException
extends javax.servlet.ServletException

Thrown when a SIP Servlet application attempts to obtain a Proxy object for a request with a Max-Forwards header with value 0.

The application may catch this exception and generate its own response. Otherwise the exception will propagate to the container which will catch it and generate a 483 (Too many hops) response.

See Also:
Serialized Form

Constructor Summary
TooManyHopsException()
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooManyHopsException

public TooManyHopsException()


SIP Servlet API 1.0