Class DkimSigningException

    • Constructor Detail

      • DkimSigningException

        public DkimSigningException​(String message)
        Constructs a DkimSigningException with the given message.
        Parameters:
        message - The message.
      • DkimSigningException

        public DkimSigningException​(String message,
                                    Exception cause)
        Constructs a DkimSigningException with the given message and cause. The given cause is chained to this exception.
        Parameters:
        message - The message.
        cause - The causing exception.