Class SSLNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SSLNotSupportedException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SSLNotSupportedException

        public SSLNotSupportedException()
        Empty exception.
      • SSLNotSupportedException

        public SSLNotSupportedException​(java.lang.String s)
        Creates an exception with description.
        Parameters:
        s - The description.