public class ConflictException extends ServiceException
Typically these operations can be retried successfully either by updating the information in the request to match the state of the content, or by first updating the state of the content.
Constructor and Description |
---|
ConflictException() |
ConflictException(String message) |
ConflictException(String message,
Throwable cause) |
ConflictException(String message,
ValidationResult validationResult) |
getOptionalValidationResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ConflictException()
public ConflictException(String message)
public ConflictException(String message, ValidationResult validationResult)
Copyright © 2003–2015 Atlassian. All rights reserved.