Class BadJWTException

All Implemented Interfaces:
Serializable

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

    • BadJWTException

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

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