|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.schwering.irc.lib.ssl.SSLNotSupportedException
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).
SSLIRCConnection
,
Serialized FormConstructor Summary | |
SSLNotSupportedException()
Empty exception. |
|
SSLNotSupportedException(java.lang.String s)
Creates an exception with description. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SSLNotSupportedException()
public SSLNotSupportedException(java.lang.String s)
s
- The description.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |