KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > bsf > smartValueObject > mediator > ConcurrencyException


1 package org.bsf.smartValueObject.mediator;
2
3 /**
4  * Thrown in case of concurrent modifications.
5  *
6  */

7 public class ConcurrencyException extends MediatorException {
8 }
9
Popular Tags