@InterfaceAudience.Public public class AccessDeniedException extends DoNotRetryIOException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
AccessDeniedException() |
AccessDeniedException(Class<?> clazz,
String s) |
AccessDeniedException(String s) |
AccessDeniedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public AccessDeniedException()
public AccessDeniedException(Class<?> clazz, String s)
public AccessDeniedException(String s)
public AccessDeniedException(Throwable cause)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.