Constructs the instance.paramdescription: The alert description code.seeorg.apache.harmony.xnet.provider.jsse.AlertProtocolparamreason: The SSLException to be thrown to application side after alert processing (sending the record with alert, shoutdown work, etc). super(reason); this.reason = reason; this.description = description;
super(reason); this.reason = reason; this.description = description;
Returns alert's description code.returnbyte value describing the occured alert.seeorg.apache.harmony.xnet.provider.jsse.AlertProtocol for more information about possible reason codes. return description;
return description;
Returns the reason of alert. This reason should be rethrown after alert protcessin.returnthe reason of alert. return reason;
return reason;