Class TokenAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.archiva.redback.authentication.jwt.TokenAuthenticationException
-
- All Implemented Interfaces:
Serializable
public class TokenAuthenticationException extends Exception
- Author:
- Martin Stockhammer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenAuthenticationException(BearerError error)TokenAuthenticationException(BearerError error, String message)TokenAuthenticationException(BearerError error, String message, Throwable cause)TokenAuthenticationException(BearerError error, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)TokenAuthenticationException(BearerError error, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BearerErrorgetError()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TokenAuthenticationException
public TokenAuthenticationException(BearerError error)
-
TokenAuthenticationException
public TokenAuthenticationException(BearerError error, String message)
-
TokenAuthenticationException
public TokenAuthenticationException(BearerError error, String message, Throwable cause)
-
TokenAuthenticationException
public TokenAuthenticationException(BearerError error, Throwable cause)
-
TokenAuthenticationException
public TokenAuthenticationException(BearerError error, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
Method Detail
-
getError
public BearerError getError()
-
-