org.redmine.ta
Class NotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.redmine.ta.RedmineException
org.redmine.ta.RedmineSecurityException
org.redmine.ta.NotAuthorizedException
- All Implemented Interfaces:
- Serializable
public class NotAuthorizedException
- extends RedmineSecurityException
The user was authenticated successfully, but it does not have required privileges for the operation.
E.g. trying to create an issue in a project, which the user has no access to.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAuthorizedException
public NotAuthorizedException(String message)
Copyright © 2012. All Rights Reserved.