com.atlassian.crowd.manager.application
Class ApplicationAccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.manager.application.ApplicationManagerException
              extended by com.atlassian.crowd.manager.application.ApplicationAccessDeniedException
All Implemented Interfaces:
java.io.Serializable

public class ApplicationAccessDeniedException
extends ApplicationManagerException

Thrown if user does not have access to a particular application and attempts to authenticate against it.

See Also:
Serialized Form

Constructor Summary
ApplicationAccessDeniedException()
           
ApplicationAccessDeniedException(java.lang.String s)
           
ApplicationAccessDeniedException(java.lang.String s, java.lang.Throwable throwable)
           
ApplicationAccessDeniedException(java.lang.Throwable throwable)
           
 
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

ApplicationAccessDeniedException

public ApplicationAccessDeniedException()

ApplicationAccessDeniedException

public ApplicationAccessDeniedException(java.lang.String s)

ApplicationAccessDeniedException

public ApplicationAccessDeniedException(java.lang.String s,
                                        java.lang.Throwable throwable)

ApplicationAccessDeniedException

public ApplicationAccessDeniedException(java.lang.Throwable throwable)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.