public class EdgeRejectedException
extends java.lang.RuntimeException
This exception is thrown when on of the endpoints of an edge does not accept
the edge. This can happen for example when one tries to add an edge between
two already connected nodes is a single graph.