Class InvalidChangeBatchException

    • Constructor Detail

      • InvalidChangeBatchException

        public InvalidChangeBatchException​(String message)
        Constructs a new InvalidChangeBatchException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • getMessages

        public List<String> getMessages()

        Descriptive message for the error response.

        Returns:
        Descriptive message for the error response.
      • setMessages

        public void setMessages​(Collection<String> messages)

        Descriptive message for the error response.

        Parameters:
        messages - Descriptive message for the error response.
      • withMessages

        public InvalidChangeBatchException withMessages​(Collection<String> messages)

        Descriptive message for the error response.

        Parameters:
        messages - Descriptive message for the error response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.