Package com.taskadapter.redmineapi
Class NotAuthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.taskadapter.redmineapi.RedmineException
-
- com.taskadapter.redmineapi.RedmineSecurityException
-
- com.taskadapter.redmineapi.NotAuthorizedException
-
- All Implemented Interfaces:
java.io.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
-
-
Constructor Summary
Constructors Constructor Description NotAuthorizedException(java.lang.String message)
-