com.atlassian.crowd.manager.application
Class ApplicationAccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.manager.application.ApplicationManagerException
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
| 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 |
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.