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
public class ExternalChangesException extends UnsupportedOperationException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalChangesException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExternalChangesException
public ExternalChangesException(String message)
-
-