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

    • VersionMismatchException

      public VersionMismatchException()
    • VersionMismatchException

      public VersionMismatchException(String message)
    • VersionMismatchException

      public VersionMismatchException(Throwable cause)
    • VersionMismatchException

      public VersionMismatchException(String message, Throwable cause)