com.atlassian.crowd.integration.exception
Class ApplicationPermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.integration.exception.PermissionException
              extended by com.atlassian.crowd.integration.exception.ApplicationPermissionException
All Implemented Interfaces:
Serializable

public class ApplicationPermissionException
extends PermissionException

This is Exception is thrown if an Application does not have a required permission

See Also:
Serialized Form

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

CREATE_GROUP

public static final String CREATE_GROUP
Exception message when adding a group is not allowed.

See Also:
Constant Field Values

UPDATE_GROUP

public static final String UPDATE_GROUP
Exception message when modifying a group is not allowed.

See Also:
Constant Field Values

DELETE_GROUP

public static final String DELETE_GROUP
Exception message when removing a group is not allowed.

See Also:
Constant Field Values

CREATE_USER

public static final String CREATE_USER
Exception message when adding a user is not allowed.

See Also:
Constant Field Values

UPDATE_USER

public static final String UPDATE_USER
Exception message when modifying a user is not allowed.

See Also:
Constant Field Values

DELETE_USER

public static final String DELETE_USER
Exception message when removing a user is not allowed.

See Also:
Constant Field Values
Constructor Detail

ApplicationPermissionException

public ApplicationPermissionException()
Default constructor.


ApplicationPermissionException

public ApplicationPermissionException(String s)
Default constructor.

Parameters:
s - the message.

ApplicationPermissionException

public ApplicationPermissionException(String s,
                                      Throwable throwable)
Default constructor.

Parameters:
s - the message.
throwable - the Exception.

ApplicationPermissionException

public ApplicationPermissionException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.