Class JwtTokenValidatorException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class JwtTokenValidatorException extends RuntimeException
-
-
Constructor Summary
Constructors Constructor Description JwtTokenValidatorException(String msg, Throwable cause)JwtTokenValidatorException(String msg, Date expiryDate, Throwable cause)JwtTokenValidatorException(String msg, Date expiryDate)JwtTokenValidatorException(String msg)JwtTokenValidatorException()
-
Method Summary
Modifier and Type Method Description final DategetExpiryDate()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
JwtTokenValidatorException
JwtTokenValidatorException(String msg)
-
JwtTokenValidatorException
JwtTokenValidatorException()
-
-
Method Detail
-
getExpiryDate
final Date getExpiryDate()
-
-
-
-