Class ExternalChangesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.atlassian.confluence.pages.exceptions.ExternalChangesException
- All Implemented Interfaces:
Serializable
Thrown when trying to make changes to a page outside an editing session (e.g. inline comments)
and those changes are disallowed.
That can happen when we are in limited mode (synchrony disabled)
or after fallback if the page hasn't been reconciled yet with Synchrony
- Since:
- 5.10
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExternalChangesException
-