Class ConcurrentModificationException

  • All Implemented Interfaces:
    Serializable, LocalizableException

    public final class ConcurrentModificationException
    extends OperationsException
    This exception is thrown when a critical concurrent modification is detected by the client. This may be caused by another client application removing a managed object whilst it is being managed.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConcurrentModificationException

        public ConcurrentModificationException()
        Create a concurrent modification exception with a default message.