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.RuntimeException
Indicates that SSL is not supported. However, aNoClassDefFoundError
is probably thrown before aSSLNotSupportedException
can be thrown, because thejavax.net.SocketFactory
will 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.
-