Class KeyCrypterException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
KeyCrypterException.InvalidCipherText, KeyCrypterException.PublicPrivateMismatch

public class KeyCrypterException extends RuntimeException

Exception to provide the following:

  • Provision of encryption / decryption exception

This base exception acts as a general failure mode not attributable to a specific cause (other than that reported in the exception message). Since this is in English, it may not be worth reporting directly to the user other than as part of a "general failure to parse" response.

See Also:
  • Constructor Details

    • KeyCrypterException

      public KeyCrypterException(String message)
    • KeyCrypterException

      public KeyCrypterException(String message, Throwable throwable)