Class RenegotiationRequiredException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RenegotiationRequiredException
    extends java.lang.Exception
    Exception that is thrown that indicates that SSL renegotiation is required in order to get a client cert. This will be thrown if a user attempts to retrieve a client cert and the SSL mode is SslClientAuthMode.NOT_REQUESTED.
    Author:
    Stuart Douglas
    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

      • RenegotiationRequiredException

        public RenegotiationRequiredException()
      • RenegotiationRequiredException

        public RenegotiationRequiredException​(java.lang.String message)
      • RenegotiationRequiredException

        public RenegotiationRequiredException​(java.lang.String message,
                                              java.lang.Throwable cause)
      • RenegotiationRequiredException

        public RenegotiationRequiredException​(java.lang.Throwable cause)
      • RenegotiationRequiredException

        public RenegotiationRequiredException​(java.lang.String message,
                                              java.lang.Throwable cause,
                                              boolean enableSuppression,
                                              boolean writableStackTrace)