Package org.jenkinsci.plugins
Class GitLabAuthenticationException
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.GitLabAuthenticationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionStandard constructorStandard constructor -
Method Summary
Methods inherited from class org.acegisecurity.AuthenticationException
clearExtraInformation, fromSpring, getAuthentication, getExtraInformation, setAuthentication, toSpring
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GitLabAuthenticationException
Standard constructor- Parameters:
msg
- The error message for the Exceptiont
- The Throwable to send along
-
GitLabAuthenticationException
Standard constructor- Parameters:
msg
- The error message for the exception
-