com.atlassian.crowd.integration.exception
Class ApplicationAccessDeniedException

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

public class ApplicationAccessDeniedException
extends CheckedSoapException

Thrown when a User does not have access to authenticate against application.

Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility. Use the exception classes in com.atlassian.crowd.exception instead.

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.