|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.atlassian.crowd.integration.exception.PermissionException
com.atlassian.crowd.integration.exception.ApplicationPermissionException
public class ApplicationPermissionException
This is Exception is thrown if an Application does not have a required permission
Field Summary | |
---|---|
static String |
CREATE_GROUP
Exception message when adding a group is not allowed. |
static String |
CREATE_USER
Exception message when adding a user is not allowed. |
static String |
DELETE_GROUP
Exception message when removing a group is not allowed. |
static String |
DELETE_USER
Exception message when removing a user is not allowed. |
static String |
UPDATE_GROUP
Exception message when modifying a group is not allowed. |
static String |
UPDATE_USER
Exception message when modifying a user is not allowed. |
Constructor Summary | |
---|---|
ApplicationPermissionException()
Default constructor. |
|
ApplicationPermissionException(String s)
Default constructor. |
|
ApplicationPermissionException(String s,
Throwable throwable)
Default constructor. |
|
ApplicationPermissionException(Throwable throwable)
Default constructor. |
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 |
Field Detail |
---|
public static final String CREATE_GROUP
public static final String UPDATE_GROUP
public static final String DELETE_GROUP
public static final String CREATE_USER
public static final String UPDATE_USER
public static final String DELETE_USER
Constructor Detail |
---|
public ApplicationPermissionException()
public ApplicationPermissionException(String s)
s
- the message.public ApplicationPermissionException(String s, Throwable throwable)
s
- the message.throwable
- the Exception
.public ApplicationPermissionException(Throwable throwable)
throwable
- the Exception
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |