Class JWTVerifier.VerificationError

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JWTVerifier

    public static final class JWTVerifier.VerificationError
    extends java.lang.Exception
    An error that declares that something has gone wrong when trying to verify a JWT.
    Author:
    Alex Kalderimis
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VerificationError​(java.lang.String problem)
      Initialise a new verification error with a message detailing the problem.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VerificationError

        public VerificationError​(java.lang.String problem)
        Initialise a new verification error with a message detailing the problem.
        Parameters:
        problem - The problem we are reporting.