public class NotAuthorizedException extends IllegalStateException
execute() method is called in the context of a user
who is not authorized to perform the action.| Constructor and Description |
|---|
NotAuthorizedException(String username) |
NotAuthorizedException(com.atlassian.user.User user,
Permission permission,
Object target) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotAuthorizedException(String username)
public NotAuthorizedException(com.atlassian.user.User user,
Permission permission,
Object target)
Copyright © 2003–2022 Atlassian. All rights reserved.