public class SSLNotSupportedException extends 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(String s)
Creates an exception with description.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SSLNotSupportedException()
public SSLNotSupportedException(String s)
s - The description.