public class CommentOutOfDateException extends EntityOutOfDateException
comment version
has changed since the comment
was retrieved.Comment.getVersion()
,
Serialized FormUNKNOWN_VERSION
Constructor and Description |
---|
CommentOutOfDateException(KeyedMessage message,
int expectedVersion,
int currentVersion) |
CommentOutOfDateException(KeyedMessage message,
Throwable cause) |
CommentOutOfDateException(KeyedMessage message,
Throwable cause,
int expectedVersion,
int currentVersion) |
getCurrentVersion, getExpectedVersion
getKeyedMessage, getLocalizedMessage, getMessageKey
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommentOutOfDateException(KeyedMessage message, Throwable cause)
public CommentOutOfDateException(KeyedMessage message, int expectedVersion, int currentVersion)
public CommentOutOfDateException(KeyedMessage message, Throwable cause, int expectedVersion, int currentVersion)
Copyright © 2022 Atlassian. All rights reserved.