|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalStateException com.atlassian.confluence.core.service.NotAuthorizedException
public class NotAuthorizedException
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.
Constructor Summary | |
---|---|
NotAuthorizedException(java.lang.String username)
|
|
NotAuthorizedException(com.atlassian.user.User user,
Permission permission,
java.lang.Object target)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotAuthorizedException(java.lang.String username)
public NotAuthorizedException(com.atlassian.user.User user, Permission permission, java.lang.Object target)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |