public class TokenNotActiveException extends TokenVerificationException
JsonWebToken.isActive()
.Constructor and Description |
---|
TokenNotActiveException(JsonWebToken token) |
TokenNotActiveException(JsonWebToken token,
String message) |
TokenNotActiveException(JsonWebToken token,
String message,
Throwable cause) |
TokenNotActiveException(JsonWebToken token,
Throwable cause) |
getToken
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TokenNotActiveException(JsonWebToken token)
public TokenNotActiveException(JsonWebToken token, String message)
public TokenNotActiveException(JsonWebToken token, String message, Throwable cause)
public TokenNotActiveException(JsonWebToken token, Throwable cause)
Copyright © 2019 JBoss by Red Hat. All rights reserved.