Class 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:
  • Constructor Details

    • ExternalChangesException

      public ExternalChangesException(String message)