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 Form| Constructor and Description |
|---|
SSLNotSupportedException()
Empty exception.
|
SSLNotSupportedException(java.lang.String s)
Creates an exception with description.
|