com.atlassian.confluence.api.service.exceptions
Class ConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.confluence.api.service.exceptions.ServiceException
                  extended by com.atlassian.confluence.api.service.exceptions.ConflictException
All Implemented Interfaces:
Serializable

public class ConflictException
extends ServiceException

Thrown when an UPDATE request is made with a stale version number.

See Also:
Serialized Form

Constructor Summary
ConflictException()
           
ConflictException(String message)
           
ConflictException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConflictException

public ConflictException()

ConflictException

public ConflictException(String message)

ConflictException

public ConflictException(String message,
                         Throwable cause)


Copyright © 2003–2015 Atlassian. All rights reserved.