com.atlassian.confluence.core.service
Class NotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.atlassian.confluence.core.service.NotAuthorizedException
- All Implemented Interfaces:
- Serializable
public class NotAuthorizedException
- extends IllegalStateException
Exception thrown from a service action when the execute()
method is called in the context of a user
who is not authorized to perform the action.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAuthorizedException
public NotAuthorizedException(String username)
NotAuthorizedException
public NotAuthorizedException(com.atlassian.user.User user,
Permission permission,
Object target)