Default constructor. super("Too many listeners!", SipException.GENERAL_ERROR);
super("Too many listeners!", SipException.GENERAL_ERROR);
Constructor with cause.paramcause the reason message for this exception super(cause, SipException.GENERAL_ERROR);
super(cause, SipException.GENERAL_ERROR);