public class

VersionMismatchException

extends RemoteException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.confluence.rpc.RemoteException
         ↳ com.atlassian.confluence.rpc.VersionMismatchException

Class Overview

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

Summary

Public Constructors
VersionMismatchException()
VersionMismatchException(String message)
VersionMismatchException(Throwable cause)
VersionMismatchException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public VersionMismatchException ()

public VersionMismatchException (String message)

public VersionMismatchException (Throwable cause)

public VersionMismatchException (String message, Throwable cause)