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:
Serializable

public class ApplicationAccessDeniedException
extends Exception

Thrown to indicate that a user does not have access to authenticate against an application.

See Also:
Serialized Form

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

ApplicationAccessDeniedException

public ApplicationAccessDeniedException(String s,
                                        Throwable throwable)

ApplicationAccessDeniedException

public ApplicationAccessDeniedException(Throwable throwable)


Copyright © 2013 Atlassian. All Rights Reserved.