Class JWKException

All Implemented Interfaces:
Serializable

public class JWKException extends KeyException
JSON Web Key (JWK) related exception.
Author:
jricher
See Also:
  • Constructor Details

    • JWKException

      public JWKException(String message)
      Creates a new JWK with the specified message.
      Parameters:
      message - The exception message.
  • Method Details