Class BadJWSException

All Implemented Interfaces:
Serializable

public class BadJWSException extends BadJOSEException
Bad JSON Web Signature (JWS) exception. Used to indicate an invalid signature or hash-based message authentication code (HMAC).
Version:
2015-06-11
Author:
Vladimir Dzhuvinov
See Also:
  • Constructor Details

    • BadJWSException

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

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