Package com.okta.jwt

Class JwtVerificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.okta.jwt.JwtVerificationException
All Implemented Interfaces:
Serializable

public class JwtVerificationException extends Exception
Thrown if a JWT is invalid or expired.
See Also:
  • Constructor Details

    • JwtVerificationException

      public JwtVerificationException(String message)
    • JwtVerificationException

      public JwtVerificationException(String message, Throwable cause)