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, getExtraInformation
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProxyUntrustedException(String msg)
ProxyUntrustedException
with the specified
message.msg
- the detail message.Copyright © 2014. All rights reserved.