Class KeyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JWKException, KeyLengthException, KeyTypeException

public class KeyException extends JOSEException
Key exception.
Version:
2015-06-29
Author:
Vladimir Dzhuvinov
See Also:
  • Constructor Details

    • KeyException

      public KeyException(String message)
      Creates a new key exception with the specified message.
      Parameters:
      message - The exception message.