Serializable
public class RenegotiationRequiredException extends Exception
SslClientAuthMode.NOT_REQUESTED
.Constructor | Description |
---|---|
RenegotiationRequiredException() |
|
RenegotiationRequiredException(String message) |
|
RenegotiationRequiredException(String message,
Throwable cause) |
|
RenegotiationRequiredException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
RenegotiationRequiredException(Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RenegotiationRequiredException()
public RenegotiationRequiredException(String message)
public RenegotiationRequiredException(String message, Throwable cause)
public RenegotiationRequiredException(Throwable cause)
Copyright © 2018. All rights reserved.