com.atlassian.confluence.rpc
Class VersionMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.rpc.RemoteException
              extended by com.atlassian.confluence.rpc.VersionMismatchException
All Implemented Interfaces:
Serializable

public class VersionMismatchException
extends RemoteException

Exception thrown when a user tries to save a page (or other content object) that has been modified by somebody else.

See Also:
Serialized Form

Constructor Summary
VersionMismatchException()
           
VersionMismatchException(String message)
           
VersionMismatchException(String message, Throwable cause)
           
VersionMismatchException(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

VersionMismatchException

public VersionMismatchException()

VersionMismatchException

public VersionMismatchException(String message)

VersionMismatchException

public VersionMismatchException(Throwable cause)

VersionMismatchException

public VersionMismatchException(String message,
                                Throwable cause)


Copyright © 2003-2012 Atlassian. All Rights Reserved.