
/**
 * IncompatableSinkException.java
 *
 *
 * Created: Fri Jun 27 09:13:03 2003
 *
 * @author <a href="mailto: jan@newmarch.name">jan newmarch</a>
 * @version 1.0
 */

package common;

/**
 * Exception thrown by a source if it is given a sink that
 * it will not be able to handle
 */

public class IncompatableSinkException extends Exception {
    public IncompatableSinkException (){
	
    }
}// IncompatableSinkException
