Class CryptoManagerException

    • Constructor Detail

      • 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.