Class AbortedChangelogCursorException

    • Constructor Detail

      • AbortedChangelogCursorException

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

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

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