|
||||||||||
| 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 java.lang.String |
CREATE_GROUP
Exception message when adding a group is not allowed. |
static java.lang.String |
CREATE_USER
Exception message when adding a user is not allowed. |
static java.lang.String |
DELETE_GROUP
Exception message when removing a group is not allowed. |
static java.lang.String |
DELETE_USER
Exception message when removing a user is not allowed. |
static java.lang.String |
UPDATE_GROUP
Exception message when modifying a group is not allowed. |
static java.lang.String |
UPDATE_USER
Exception message when modifying a user is not allowed. |
| Constructor Summary | |
|---|---|
ApplicationPermissionException()
Default constructor. |
|
ApplicationPermissionException(java.lang.String s)
Default constructor. |
|
ApplicationPermissionException(java.lang.String s,
java.lang.Throwable throwable)
Default constructor. |
|
ApplicationPermissionException(java.lang.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 java.lang.String CREATE_GROUP
public static final java.lang.String UPDATE_GROUP
public static final java.lang.String DELETE_GROUP
public static final java.lang.String CREATE_USER
public static final java.lang.String UPDATE_USER
public static final java.lang.String DELETE_USER
| Constructor Detail |
|---|
public ApplicationPermissionException()
public ApplicationPermissionException(java.lang.String s)
s - the message.
public ApplicationPermissionException(java.lang.String s,
java.lang.Throwable throwable)
s - the message.throwable - the Exception.public ApplicationPermissionException(java.lang.Throwable throwable)
throwable - the Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||