Class JwtTokenValidatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- no.nav.security.token.support.core.exceptions.JwtTokenValidatorException
-
- All Implemented Interfaces:
Serializable
public class JwtTokenValidatorException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JwtTokenValidatorException(String msg)
JwtTokenValidatorException(String msg, Throwable cause)
JwtTokenValidatorException(String msg, Date expiryDate, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getExpiryDate()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getExpiryDate
public Date getExpiryDate()
-
-