com.oki.sip.engine
Class SipInvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.oki.sip.engine.SipInvocationException
All Implemented Interfaces:
java.io.Serializable

public class SipInvocationException
extends java.lang.Exception

Exception class that stores an exception occurring when a method of a SIP servlet is invoked using SipRequestDispatcher. This class stores exceptions which may occur when invoking Method.invoke method, except for exceptions that occur within methods to be invoked (InvocationTargetException). Exception classes stored in this class include:

These exceptions occur due to several reasons: absence of a method specified by the caller on SIP servlet, no access privilege, etc.

Since:
SSE 2.0
Version:
$Revision: 1.2 $ $Date: 2005/01/27 01:06:06 $
Author:
Oki Electric Industry Co.,Ltd.
See Also:
SipRequestDispatcher, Method, Serialized Form

Constructor Summary
SipInvocationException(java.lang.String message)
           
SipInvocationException(java.lang.String message, java.lang.Throwable cause)
           
SipInvocationException(java.lang.Throwable cause)
           
 
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

SipInvocationException

public SipInvocationException(java.lang.String message)

SipInvocationException

public SipInvocationException(java.lang.String message,
                              java.lang.Throwable cause)

SipInvocationException

public SipInvocationException(java.lang.Throwable cause)