public class

CommentOutOfDateException

extends EntityOutOfDateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.EntityOutOfDateException
             ↳ com.atlassian.bitbucket.comment.CommentOutOfDateException

Class Overview

Indicates the operation could not performed because the comment version has changed since the comment was retrieved.

See Also

Summary

[Expand]
Inherited Constants
From class com.atlassian.bitbucket.EntityOutOfDateException
Public Constructors
CommentOutOfDateException(KeyedMessage message, Throwable cause)
CommentOutOfDateException(KeyedMessage message, int expectedVersion, int currentVersion)
CommentOutOfDateException(KeyedMessage message, Throwable cause, int expectedVersion, int currentVersion)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.EntityOutOfDateException
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CommentOutOfDateException (KeyedMessage message, Throwable cause)

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

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