Class CommentOutOfDateException

All Implemented Interfaces:
Serializable

public class CommentOutOfDateException extends EntityOutOfDateException
Indicates the operation could not performed because the comment version has changed since the comment was retrieved.
See Also:
  • Constructor Details

    • CommentOutOfDateException

      public CommentOutOfDateException(KeyedMessage message, Throwable cause)
    • CommentOutOfDateException

      public CommentOutOfDateException(KeyedMessage message, int expectedVersion, int currentVersion)
    • CommentOutOfDateException

      public CommentOutOfDateException(KeyedMessage message, Throwable cause, int expectedVersion, int currentVersion)