Package com.taskadapter.redmineapi
Class RedmineSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.taskadapter.redmineapi.RedmineException
-
- com.taskadapter.redmineapi.RedmineSecurityException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NotAuthorizedException
,RedmineAuthenticationException
public class RedmineSecurityException extends RedmineException
covers two cases:- user or password not recognized
- authenticated successfully, but the operation is not permitted for this user
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RedmineSecurityException(java.lang.String message)
-