public class ProxyUntrustedException extends AuthenticationException
| Constructor and Description |
|---|
ProxyUntrustedException(String msg)
Constructs a
ProxyUntrustedException with the specified
message. |
ProxyUntrustedException(String msg,
Throwable t)
Constructs a
ProxyUntrustedException with the specified
message and root cause. |
getAuthentication, getExtraInformationcontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProxyUntrustedException(String msg)
ProxyUntrustedException with the specified
message.msg - the detail message.Copyright © 2021. All rights reserved.