package org.rddl;

/** This exception is thrown if/when a single resource is expected and multiple matching resources are identified.
 */
public class AmbiguousMappingException extends Exception
{
}