package cap19.tabellahash;

public class InsertException extends RuntimeException
{ public InsertException(String msg)
  { super(msg);
  }
}
