HomeSort by relevance Sort by last modified time
    Searched defs:AlertException (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertException.java 26 public class AlertException extends RuntimeException {
42 protected AlertException(byte description, SSLException reason) {
Message.java 60 throw new AlertException(description, new SSLHandshakeException(reason));
70 throw new AlertException(description, new SSLException(reason, cause));
SSLEngineAppData.java 45 throw new AlertException(
83 throw new AlertException(
SSLSocketInputStream.java 151 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
DigitalSignature.java 110 throw new AlertException(AlertProtocol.BAD_CERTIFICATE,
127 throw new AlertException(AlertProtocol.BAD_CERTIFICATE,
PRF.java 48 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
59 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
ConnectionStateSSLv3.java 217 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
226 * @throws AlertException if alert was occurred.
278 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
286 * @throws AlertException if alert was occured.
300 throw new AlertException(
341 throw new AlertException(AlertProtocol.BAD_RECORD_MAC,
ConnectionStateTLS.java 225 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
234 * @throws AlertException if alert was occurred.
287 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
296 * @throws AlertException if alert was occurred.
310 throw new AlertException(
342 throw new AlertException(AlertProtocol.BAD_RECORD_MAC,
HandshakeIODataStream.java 198 throw new AlertException(
251 throw new AlertException(
SSLRecordProtocol.java 203 throw new AlertException(
214 throw new AlertException(
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,
HandshakeProtocol.java 308 throw new AlertException(description, new SSLHandshakeException(reason));
319 throw new AlertException(description, new SSLException(reason, cause));
329 throw new AlertException(description, cause);
SSLEngineImpl.java 508 throw new AlertException(
534 } catch (AlertException e) {
719 } catch (AlertException e) {

Completed in 387 milliseconds