Class CryptoManagerException

All Implemented Interfaces:
Serializable, LocalizableException
Direct Known Subclasses:
CorruptedEntryException

public class CryptoManagerException extends OpenDsException
This class defines an exception that is thrown in the case of problems with encryption key management, and is a wrapper for a variety of other cipher related exceptions.
See Also:
  • Constructor Details

    • CryptoManagerException

      public CryptoManagerException(LocalizableMessage message)
      Creates an exception with the given message.
      Parameters:
      message - the message message.
    • CryptoManagerException

      public CryptoManagerException(LocalizableMessage message, Exception cause)
      Creates an exception with the given message and underlying cause.
      Parameters:
      message - The message message.
      cause - The underlying cause.