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:
- Serializable
public class SSLNotSupportedException
- extends RuntimeException
Indicates that SSL is not supported. However, a
NoClassDefFoundError
is probably thrown before a
SSLNotSupportedException
can be thrown, because the
javax.net.SocketFactory
will not be found (among others).
- Since:
- 1.10
- See Also:
SSLIRCConnection
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SSLNotSupportedException
public SSLNotSupportedException()
- Empty exception.
SSLNotSupportedException
public SSLNotSupportedException(String s)
- Creates an exception with description.
- Parameters:
s
- The description.