com.atlassian.crowd.exception
Class ApplicationPermissionException

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.exception.ApplicationPermissionException
All Implemented Interfaces:
java.io.Serializable

public class ApplicationPermissionException
extends PermissionException

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

See Also:
Serialized Form

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
 

Constructor Detail

ApplicationPermissionException

public ApplicationPermissionException()
Default constructor.


ApplicationPermissionException

public ApplicationPermissionException(java.lang.String s)
Default constructor.

Parameters:
s - the message.

ApplicationPermissionException

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

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

ApplicationPermissionException

public ApplicationPermissionException(java.lang.Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2010 Atlassian. All Rights Reserved.