Package io.undertow.server
Class RenegotiationRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.undertow.server.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 isSslClientAuthMode.NOT_REQUESTED
.- Author:
- Stuart Douglas
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RenegotiationRequiredException()
RenegotiationRequiredException(java.lang.String message)
RenegotiationRequiredException(java.lang.String message, java.lang.Throwable cause)
RenegotiationRequiredException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
RenegotiationRequiredException(java.lang.Throwable cause)
-
-
-
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)
-
-