Package org.jboss.netty.handler.ssl
Class NotSslRecordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
javax.net.ssl.SSLException
org.jboss.netty.handler.ssl.NotSslRecordException
- All Implemented Interfaces:
Serializable
Special
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.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotSslRecordException
(String message) NotSslRecordException
(String message, Throwable cause) NotSslRecordException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NotSslRecordException
public NotSslRecordException() -
NotSslRecordException
-
NotSslRecordException
-
NotSslRecordException
-