blob: 15ac845761fd99571c919785664bd4e8fb284d63 (
plain)
1
2
3
4
5
6
7
8
9
10
|
package jcgp.backend.exceptions;
public class InsufficientConnectionsException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 660740514800883541L;
}
|