Class SslClosedEngineException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class SslClosedEngineException
    extends javax.net.ssl.SSLException
    SSLException which signals that the exception was caused by an SSLEngine which was closed already.
    See Also:
    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

      • SslClosedEngineException

        public SslClosedEngineException​(java.lang.String reason)