Class RequestPendingException

  • All Implemented Interfaces:
    Serializable

    public class RequestPendingException
    extends javax.sip.SipException
    A specialized SipException 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 Detail

      • RequestPendingException

        public RequestPendingException()
      • RequestPendingException

        public RequestPendingException​(String message)
      • RequestPendingException

        public RequestPendingException​(String message,
                                       Throwable cause)