Home | History | Annotate | Download | only in jsse

Lines Matching refs:alertProtocol

83     private AlertProtocol alertProtocol;
104 * @param alertProtocol: AlertProtocol
109 AlertProtocol alertProtocol,
114 this.alertProtocol = alertProtocol;
115 this.alertProtocol.setRecordProtocol(this);
204 AlertProtocol.INTERNAL_ERROR,
215 AlertProtocol.INTERNAL_ERROR,
350 throw new AlertException(AlertProtocol.UNEXPECTED_MESSAGE,
360 throw new AlertException(AlertProtocol.UNEXPECTED_MESSAGE,
373 throw new AlertException(AlertProtocol.RECORD_OVERFLOW,
389 throw new AlertException(AlertProtocol.DECOMPRESSION_FAILURE,
419 throw new AlertException(AlertProtocol.UNEXPECTED_MESSAGE,
439 alertProtocol.alert(level, description);
462 alertProtocol = null;