public class NotSslRecordException
extends javax.net.ssl.SSLException
SSLException which will get thrown if a packet is
received that not looks like a TLS/SSL record. A user can check for
this NotSslRecordException and so detect if one peer tries to
use secure and the other plain connection.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
NotSslRecordException() |
NotSslRecordException(java.lang.String message) |
NotSslRecordException(java.lang.String message,
java.lang.Throwable cause) |
NotSslRecordException(java.lang.Throwable cause) |
private static final long serialVersionUID
public NotSslRecordException()
public NotSslRecordException(java.lang.String message)
public NotSslRecordException(java.lang.Throwable cause)
public NotSslRecordException(java.lang.String message,
java.lang.Throwable cause)