Package org.schwering.irc.lib.ssl
Class SSLNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.schwering.irc.lib.ssl.SSLNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SSLNotSupportedException extends java.lang.RuntimeExceptionIndicates that SSL is not supported. However, aNoClassDefFoundErroris probably thrown before aSSLNotSupportedExceptioncan be thrown, because thejavax.net.SocketFactorywill not be found (among others).- Since:
- 1.10
- See Also:
SSLIRCConnection, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SSLNotSupportedException()Empty exception.SSLNotSupportedException(java.lang.String s)Creates an exception with description.
-