Class PermissionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.PermissionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApplicationPermissionException, DirectoryPermissionException

public abstract class PermissionException extends Exception
Permission Exception this Exception will handle Exceptions to do with CRUD operations on Applications, Directories etc.
See Also:
  • Constructor Details

    • PermissionException

      public PermissionException()
      Default constructor.
    • PermissionException

      public PermissionException(String s)
      Default constructor.
      Parameters:
      s - the message.
    • PermissionException

      public PermissionException(String s, Throwable throwable)
      Default constructor.
      Parameters:
      s - the message.
      throwable - the Exception.
    • PermissionException

      public PermissionException(Throwable throwable)
      Default constructor.
      Parameters:
      throwable - the Exception.