Package io.undertow.server
Class RenegotiationRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.undertow.server.RenegotiationRequiredException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionRenegotiationRequiredException
(String message) RenegotiationRequiredException
(String message, Throwable cause) RenegotiationRequiredException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RenegotiationRequiredException
public RenegotiationRequiredException() -
RenegotiationRequiredException
-
RenegotiationRequiredException
-
RenegotiationRequiredException
-
RenegotiationRequiredException
-