com.atlassian.crowd.manager.directory
Class DirectoryPermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.PermissionException
              extended by com.atlassian.crowd.manager.directory.DirectoryPermissionException
All Implemented Interfaces:
Serializable

public class DirectoryPermissionException
extends PermissionException

Thrown when a RemoteDirectory does not have the permission set to perform an operation such as add/modify/delete verses a group/principal/role.

See Also:
Serialized Form

Constructor Summary
DirectoryPermissionException()
          Default constructor.
DirectoryPermissionException(String s)
          Default constructor.
DirectoryPermissionException(String s, Throwable throwable)
          Default constructor.
DirectoryPermissionException(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
 

Constructor Detail

DirectoryPermissionException

public DirectoryPermissionException()
Default constructor.


DirectoryPermissionException

public DirectoryPermissionException(String s)
Default constructor.

Parameters:
s - the message.

DirectoryPermissionException

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

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

DirectoryPermissionException

public DirectoryPermissionException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2012 Atlassian. All Rights Reserved.