Package io.undertow.httpcore
Class RenegotiationRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.undertow.httpcore.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
does not allow it.
- 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
-