com.taskadapter.redmineapi
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.taskadapter.redmineapi.AuthenticationException
- All Implemented Interfaces:
- Serializable
public class AuthenticationException
- extends Exception
AuthenticationException is thrown when
- a user was not authorized (due to invalid or no API access key used when the server requires authorization)
- OR the user was recognized, but the user permissions do not allow the operation
(e.g. trying to create an issue in a project, which the user has no access to).
- Author:
- Alexey Skorokhodov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticationException
public AuthenticationException(String msg)
Copyright © 2012. All Rights Reserved.