public class SSLNotSupportedException
extends java.lang.RuntimeException
NoClassDefFoundError
is probably thrown before a
SSLNotSupportedException
can be thrown, because the
javax.net.SocketFactory
will not be found (among others).SSLIRCConnection
,
Serialized FormConstructor and Description |
---|
SSLNotSupportedException()
Empty exception.
|
SSLNotSupportedException(java.lang.String s)
Creates an exception with description.
|