Class VersionConflictException

All Implemented Interfaces:
Serializable

public class VersionConflictException extends DataIntegrityViolationException
Exception that is thrown when a version conflict from the server is detected.
Since:
5.2
Author:
Peter-Josef Meisch
See Also:
  • Constructor Details

    • VersionConflictException

      public VersionConflictException(String msg)
    • VersionConflictException

      public VersionConflictException(String msg, Throwable cause)