Package org.conscrypt

Class AlertException

All Implemented Interfaces:
Serializable

public class AlertException
extends RuntimeException
This exception is used to signal that a fatal alert has occurred while working through the protocol.
See Also:
Serialized Form
  • Constructor Details

    • AlertException

      protected AlertException​(byte description, SSLException reason)
      Constructs the instance.
      Parameters:
      description - The alert description code from AlertProtocol
      reason - The SSLException to be thrown to application side after alert processing (sending the record with alert, shutdown work, etc).
      See Also:
      AlertProtocol
  • Method Details