Default constructor. super("Transaction unavailable!", SipException.TRANSACTION_UNAVAILABLE);
super("Transaction unavailable!", SipException.TRANSACTION_UNAVAILABLE);
Constructor with cause.paramcause the reason message for this exception super(cause, SipException.TRANSACTION_UNAVAILABLE);
super(cause, SipException.TRANSACTION_UNAVAILABLE);