Class RenegotiationRequiredException

  • All Implemented Interfaces:
    Serializable

    public class RenegotiationRequiredException
    extends 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
    • Constructor Detail

      • RenegotiationRequiredException

        public RenegotiationRequiredException()
      • RenegotiationRequiredException

        public RenegotiationRequiredException​(String message)
      • RenegotiationRequiredException

        public RenegotiationRequiredException​(String message,
                                              Throwable cause)
      • RenegotiationRequiredException

        public RenegotiationRequiredException​(Throwable cause)
      • RenegotiationRequiredException

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