Class InvalidJWTException

    • Constructor Detail

      • InvalidJWTException

        public InvalidJWTException()
        Construct the exception.
      • InvalidJWTException

        public InvalidJWTException​(String message)
        Construct the exception with the given message.
        Parameters:
        message - The message.
      • InvalidJWTException

        public InvalidJWTException​(String message,
                                   Throwable cause)
        Construct the exception with the given message and cause.
        Parameters:
        message - The message.
        cause - The cause.
      • InvalidJWTException

        public InvalidJWTException​(Throwable cause)
        Construct the exception with the given cause.
        Parameters:
        cause - The cause.