Class DkimAcceptanceException

    • Constructor Detail

      • DkimAcceptanceException

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

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