Package com.atlassian.confluence.rpc
Class VersionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.rpc.RemoteException
com.atlassian.confluence.rpc.VersionMismatchException
- All Implemented Interfaces:
- Serializable
Exception thrown when a user tries to save a page (or other content object) that has been
 modified by somebody else.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionVersionMismatchException(String message) VersionMismatchException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
VersionMismatchExceptionpublic VersionMismatchException()
- 
VersionMismatchException
- 
VersionMismatchException
- 
VersionMismatchException
 
-