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, toStringpublic CallbackDeniedTrustException(Throwable cause)
Copyright © 2013–2017. All rights reserved.