com.oki.sip.engine
Class SipInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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:
- NoSuchMethodException
- SecurityException
- IllegalAccessException
- IllegalArgumentException
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
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 |
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)