@InterfaceAudience.Private public class HttpAuthenticationException extends Exception
| Modifier and Type | Field and Description | 
|---|---|
| private static long | serialVersionUID | 
| Constructor and Description | 
|---|
| HttpAuthenticationException(String msg) | 
| HttpAuthenticationException(String msg,
                           Throwable cause) | 
| HttpAuthenticationException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public HttpAuthenticationException(Throwable cause)
cause - original exceptionpublic HttpAuthenticationException(String msg)
msg - exception messagepublic HttpAuthenticationException(String msg, Throwable cause)
msg - exception messagecause - original exceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.