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 Summary
ConstructorsConstructorDescriptionVersionMismatchException(String message) VersionMismatchException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
VersionMismatchException
public VersionMismatchException() - 
VersionMismatchException
 - 
VersionMismatchException
 - 
VersionMismatchException
 
 -