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

public class ApplicationAccessDeniedException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
ApplicationAccessDeniedException(java.lang.String application)
           
 
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(java.lang.String application)


Copyright © 2010 Atlassian. All Rights Reserved.