javax.servlet.sip
Class ServletParseException

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

public class ServletParseException
extends javax.servlet.ServletException

Thrown by the container when an application attempts to parse a malformed header or addressing structure.

See Also:
Serialized Form

Constructor Summary
ServletParseException()
          Constructs a new parse exception.
ServletParseException(java.lang.String msg)
          Constructs a new parse exception with the specified message.
 
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

ServletParseException

public ServletParseException()
Constructs a new parse exception.

ServletParseException

public ServletParseException(java.lang.String msg)
Constructs a new parse exception with the specified message.
Parameters:
msg - a String specifying the text of the exception message


SIP Servlet API 1.0