aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/exceptions/InsufficientConnectionsException.java
blob: 2ffc10f3d6831e9aa60b32914e5953628f0c8aa1 (plain)
1
2
3
4
5
6
7
8
9
10
package jcgp.exceptions;

public class InsufficientConnectionsException extends RuntimeException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 660740514800883541L;

}