package edu.neu.ccs.demeter.dj;

public class FetchException extends RuntimeException {
  public FetchException(String msg) { super(msg); }
}
