Class ConcurrentChangeException

All Implemented Interfaces:
Serializable

public class ConcurrentChangeException extends RepositoryException
Exception thrown when an attempt to save a dictionary detected that the version of the dictionary in the repository is newer than the the version of the dictionary that was passed to save().
See Also:
  • Constructor Details

    • ConcurrentChangeException

      public ConcurrentChangeException(String name, Throwable t)