- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.luminis.tls.TlsProtocolException
-
- net.luminis.tls.alert.ErrorAlert
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadCertificateAlert,CertificateUnknownAlert,DecodeErrorException,DecryptErrorAlert,HandshakeFailureAlert,IllegalParameterAlert,InternalErrorAlert,MissingExtensionAlert,NoApplicationProtocolAlert,UnexpectedMessageAlert,UnsupportedExtensionAlert
public abstract class ErrorAlert extends TlsProtocolException
https://tools.ietf.org/html/rfc8446#section-6.2- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorAlert(java.lang.String message, TlsConstants.AlertDescription alert)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TlsConstants.AlertDescriptionalertDescription()
-
-
-
Constructor Detail
-
ErrorAlert
public ErrorAlert(java.lang.String message, TlsConstants.AlertDescription alert)
-
-
Method Detail
-
alertDescription
public TlsConstants.AlertDescription alertDescription()
-
-