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
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VersionMismatchException
public VersionMismatchException()
VersionMismatchException
public VersionMismatchException(String message)
VersionMismatchException
public VersionMismatchException(Throwable cause)
VersionMismatchException
public VersionMismatchException(String message,
Throwable cause)
Copyright © 2003-2013 Atlassian. All Rights Reserved.