Package com.opencloud.javax.sip
Class RequestPendingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.sip.SipException
-
- com.opencloud.javax.sip.RequestPendingException
-
- All Implemented Interfaces:
Serializable
public class RequestPendingException extends javax.sip.SipException
A specializedSipException
that is thrown when a service tries to send a re-INVITE on a dialog while that dialog is already processing a re-INVITE from the other party. The caller handling this exception should behave as if their re-INVITE was rejected with a "491 Request Pending" response.- See Also:
- RFC 3261 §14.1, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestPendingException()
RequestPendingException(String message)
RequestPendingException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-