Class BadJWTException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BadJWTException
    extends BadJOSEException
    Bad JSON Web Token (JWT) exception.
    Version:
    2015-06-29
    Author:
    Vladimir Dzhuvinov
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BadJWTException​(java.lang.String message)
      Creates a new bad JWT exception.
      BadJWTException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new bad JWT exception.
    • 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

      • BadJWTException

        public BadJWTException​(java.lang.String message)
        Creates a new bad JWT exception.
        Parameters:
        message - The exception message.
      • BadJWTException

        public BadJWTException​(java.lang.String message,
                               java.lang.Throwable cause)
        Creates a new bad JWT exception.
        Parameters:
        message - The exception message.
        cause - The exception cause.