org.jenkinsci.plugins
Class GithubAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.AuthenticationException
org.jenkinsci.plugins.GithubAuthenticationException
- All Implemented Interfaces:
- Serializable
public class GithubAuthenticationException
- extends org.acegisecurity.AuthenticationException
- See Also:
- Serialized Form
| Methods inherited from class org.acegisecurity.AuthenticationException |
getAuthentication, getExtraInformation |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
GithubAuthenticationException
public GithubAuthenticationException(String msg,
Throwable t)
- Standard constructor
- Parameters:
msg - The error message for the Exceptiont - The Throwable to send along
GithubAuthenticationException
public GithubAuthenticationException(String msg)
- Standard constructor
- Parameters:
msg - The error message for the exception
Copyright © 2004-2015. All Rights Reserved.