org.jenkinsci.plugins
Class GithubAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.acegisecurity.AcegiSecurityException
                      extended by org.acegisecurity.AuthenticationException
                          extended by org.jenkinsci.plugins.GithubAuthenticationException
All Implemented Interfaces:
Serializable

public class GithubAuthenticationException
extends org.acegisecurity.AuthenticationException

See Also:
Serialized Form

Constructor Summary
GithubAuthenticationException(String msg)
          Standard constructor
GithubAuthenticationException(String msg, Throwable t)
          Standard constructor
 
Method Summary
 
Methods inherited from class org.acegisecurity.AuthenticationException
getAuthentication, getExtraInformation
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GithubAuthenticationException

public GithubAuthenticationException(String msg,
                                     Throwable t)
Standard constructor

Parameters:
msg - The error message for the Exception
t - The Throwable to send along

GithubAuthenticationException

public GithubAuthenticationException(String msg)
Standard constructor

Parameters:
msg - The error message for the exception


Copyright © 2004-2014. All Rights Reserved.