com.atlassian.crowd.exception
Class PermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
Serialized Form

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

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.


Copyright © 2013 Atlassian. All Rights Reserved.