Class AuthenticationTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jenkins.authentication.tokens.api.AuthenticationTokenException
- All Implemented Interfaces:
Serializable
An exception thrown when a specific
Credentials
could not be converted into an authentication token.- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorDescriptionAuthenticationTokenException
(String message) AuthenticationTokenException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationTokenException
-
AuthenticationTokenException
-
AuthenticationTokenException
-
AuthenticationTokenException
public AuthenticationTokenException()
-