com.atlassian.crowd.exception
Class ApplicationAccessDeniedException

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

public class ApplicationAccessDeniedException
extends java.lang.Exception

User does not have access to authenticate against application.

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 © 2010 Atlassian. All Rights Reserved.