public class AccessDeniedException extends AcegiSecurityException
Authentication object does not hold a required authority.| Constructor and Description |
|---|
AccessDeniedException(String msg)
Constructs an
AccessDeniedException with the specified
message. |
AccessDeniedException(String msg,
Throwable t)
Constructs an
AccessDeniedException with the specified
message and root cause. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccessDeniedException(String msg)
AccessDeniedException with the specified
message.msg - the detail messageCopyright © 2016. All rights reserved.