org.schwering.irc.lib.ssl
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 FormConstructor and Description |
---|
SSLNotSupportedException()
Empty exception.
|
SSLNotSupportedException(String s)
Creates an exception with description.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SSLNotSupportedException()
public SSLNotSupportedException(String s)
s
- The description.