Class ChangelogException

    • Constructor Detail

      • ChangelogException

        public ChangelogException​(LocalizableMessage message)
        Creates a new changelog exception with the provided information.
        Parameters:
        message - The message that explains the problem that occurred.
      • ChangelogException

        public ChangelogException​(Throwable cause)
        Creates a new changelog exception with the provided information.
        Parameters:
        cause - The underlying cause that triggered this exception.
      • ChangelogException

        public ChangelogException​(LocalizableMessage message,
                                  Throwable cause)
        Creates a new identified exception with the provided information.
        Parameters:
        message - The message that explains the problem that occurred.
        cause - The underlying cause that triggered this exception.