public class CallbackDeniedTrustException extends RuntimeException
DynamicX509TrustManagerCallback
was consulted and explicitly denied
trust.
This exception is used to suppress multiple retries which would trigger the callback to be consulted multiple times.
Constructor and Description |
---|
CallbackDeniedTrustException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CallbackDeniedTrustException(Throwable cause)
Copyright © 2013–2019. All rights reserved.