public class AccessDeniedException extends Exception
| Constructor and Description |
|---|
AccessDeniedException()
Exception without any message.
|
AccessDeniedException(String message)
Exception with message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccessDeniedException()
public AccessDeniedException(String message)
message - the messageCopyright © 2011–2015 eXo Platform SAS. All rights reserved.